Framework
A framework is a reusable set of libraries or classes in software. In an effort to help developers focus their work on higher level tasks, a framework provides a functional solution for lower level elements of coding. While a framework might add more code than is necessary, they also provide a reusable pattern to speed up development.
Here are 1,485 public repositories matching this topic...
-
Updated
Nov 26, 2020 - JavaScript
-
Updated
Dec 1, 2020 - JavaScript
Related PR: #6331
Suggested by @pimlie
When trailing slash handling is enforced (in any manner), it'd be great to have two things for improved DX:
Nuxt Link adaption
No matter how you input the links in your Nuxt link (be it as an object via named routes or via string), the component should enforce the set up trailing slash handling (adding or removing the slashes as needed).
U
-
Updated
Dec 1, 2020 - JavaScript
-
Updated
Nov 27, 2020 - JavaScript
-
Updated
Nov 28, 2020 - JavaScript
-
Updated
Nov 28, 2020 - JavaScript
-
Updated
Nov 30, 2020 - JavaScript
-
Updated
Nov 23, 2020 - JavaScript
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Dec 1, 2020 - JavaScript
Error: There was a timeout while attempting to connect to the network.
Check to see that your provider is valid.
If you have a slow internet connection, try configuring a longer timeout in your Truffle config. Use the networks[networ
I got warnings like below, it looks like all components from react-native had been imported by default, so can I set that as empty or just view and text, and I will import the others when I need them.
Thanks.
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Dec 2, 2020 - JavaScript
Description
Remove any google fonts dependency from api-platform.
Example
Remove the google font stylesheet in line 8 of api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable?
Context
I'm working on an intranet application for a big company where any call to the fonts.googleapi.com CDN takes 30 seconds
-
Updated
Jul 20, 2020 - JavaScript
Broken README links
Links to all modules are broken because of renaming
Version:
- v2.x.x
- v1.x.x
Issue type:
- Bug
- Proposal/Enhancement
- Question
- Discussion
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Feb 9, 2020 - JavaScript
-
Updated
Dec 1, 2020 - JavaScript
-
Updated
Dec 1, 2020 - JavaScript
-
Updated
Nov 26, 2020 - JavaScript
- Wikipedia
- Wikipedia

What problem does this feature solve?
It would allow us to use numbers which is larger than MAX_SAFE_INTEGER.
What does the proposed API look like?
In HTML,
{{BigInt("100")}},{{100n}},{{2n * 50n}}or{{50n + 50n}}should show "100" (it can be just simply string by using .toString()) at frontend.At the moment using BigInt in "Mustache" syntax just throw error.
Sure, backu