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 9,075 public repositories matching this topic...
I've come up against a bug with ActiveRecord when using namespaces models and polymorphic associations, it's a common use-case so should probably be fixed before a 4.2 release.
Error:
NoMethodError: undefined method `relation_delegate_class' for Comment:Module
Example:
class Post::Base < ActiveRecord::Base
self.table_name = 'posts'
end
class Post::Special < Post::Base
hasGin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
-
Updated
Nov 26, 2020 - Go
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
-
Updated
Nov 25, 2020 - TypeScript
Meteor, the JavaScript App Platform
-
Updated
Nov 26, 2020 - JavaScript
Some of the links like cryptography installation in file install.rst are outdated and require an update.
It will be nice to check for other parts of the documentation for the same issue.
Materialize, a CSS Framework based on Material Design
-
Updated
Nov 2, 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
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications on top of TypeScript & JavaScript (ES6, ES7, ES8)
-
Updated
Nov 26, 2020 - TypeScript
Description
Based on symfony/symfony#38982, we can now iterate and add Github annotations support to all the remaining linters provided by Symfony:
-
lint:twig - [
lint:xliff](https://github.com/
First check
- I added a very descriptive title to this issue.
- I used the GitHub search to find a similar issue and didn't find it.
- I searched the FastAPI documentation, with the integrated search.
- I already searched in Google "How to X in FastAPI" and didn't find any information.
- I already read and followed all the tutorial in the docs and didn't find an answ
Customizable admin dashboard template based on Angular 10+
-
Updated
Nov 25, 2020 - TypeScript
Bootstrap 4 Material Design - see readme. New version for Bootstrap 5 - see the link below.
-
Updated
Nov 20, 2020 - CSS
-
Updated
Nov 20, 2020 - Swift
The fastest HTTP/2 Go Web Framework. AWS Lambda, gRPC, MVC, Unique Router, Websockets, Sessions, Test suite, Dependency Injection and more. A true successor of expressjs and laravel | 谢谢 https://github.com/kataras/iris/issues/1329 |
-
Updated
Nov 26, 2020 - Go
A completely customizable framework for building rich text editors. (Currently in beta.)
-
Updated
Nov 26, 2020 - TypeScript
The tiny framework for building hypertext applications.
-
Updated
Nov 20, 2020 - JavaScript
It may be a specific request but since there is a zip file handler for Android, doesn't hurt to ask for a desktop (maybe multiple backends?) implementation.
I would like to try that in the future but if anyone has time before feel free to do it.
Similar
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Nov 26, 2020 - TypeScript
-
Updated
Oct 15, 2020 - JavaScript
Simple and elegant component-based UI library
-
Updated
Oct 18, 2020 - JavaScript
Async Python 3.6+ web server/framework | Build fast. Run fast.
-
Updated
Nov 24, 2020 - Python
- 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