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,366 public repositories matching this topic...
I have a Sidekiq customer complaining of a lot of "stuck" threads. He sends a lot of email so I suspected misbehaving SMTP servers.
The mail
gem has support for timeouts here but they default to nil
:
Rails does not appear to set them by default:
-
Updated
Feb 12, 2021 - Go
-
Updated
Feb 11, 2021 - TypeScript
-
Updated
Feb 11, 2021 - JavaScript
Description
Usage of scrapy.utils.response.response_httprepr
inside DownloaderStats
middleware causing application to make unnecessary memory allocation.
response_httprepr
used only one time - to calculate response sizes fo
-
Updated
Feb 5, 2021 - JavaScript
-
Updated
Feb 12, 2021 - TypeScript
What problem does this feature solve?
Example use case:
A static generated app with thousands of routes, like an e-commerce having a route for each product.
Apart from scheduling nuxt generate
to run periodically and generate all static and dynamic routes, it would be nice to have the possibility to generate the static files for a single route, for example in a hook when the related ba
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
Description
Based on symfony/symfony#38982, we can now iterate and add Github annotations support to all the remaining linters provided by Symfony:
-
Updated
Feb 8, 2021 - TypeScript
-
Updated
Jan 25, 2021 - SCSS
Is your feature request related to a problem? Please describe.
During testing I expected github.com/kataras/iris/v12/httptest.Response.Status
to fail the test immediately if a different status is received. Therefore on subsequent lines I performed some operations that could result in a panic if let's say the response code was not as expected. It turns that it does not fail fast, it simply f
-
Updated
Feb 9, 2021 - Swift
-
Updated
Feb 12, 2021 - TypeScript
-
Updated
Jan 31, 2021 - 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
Feb 1, 2021 - JavaScript
-
Updated
Feb 9, 2021 - TypeScript
-
Updated
Jan 20, 2021 - JavaScript
-
Updated
Feb 9, 2021 - Python
-
Updated
Jan 31, 2021 - 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