micro-framework
Here are 315 public repositories matching this topic...
-
Updated
Jun 1, 2021 - PHP
-
Updated
Jun 10, 2021 - Java
Add minimalist frameworks for (or others):
- Framework for CSS
- Web Framework for C
- Database framework for PHP
- Frameworks for Front-end JS
- Web framework for Go
- Web framework for Haskell
- Web framework for Java
- Web framework for JavaScript
- Web framework for Lua
- Web framework for Node.js
- Web framework for Perl
- Web framework for PHP
- Web framework for Python
- Web f
When writing a test case with ServerRule or ServerExtension, a user sometimes wants to capture the ServiceRequestContexts:
class MyJUnit5Test {
static final var serviceContexts =
new LinkedBlockingQueue<ServiceRequestContext>();
@RegisterExtension
static final var server = new ServerExtension() {
@Override
protected void configure(ServerBuilder sb) thrFoundation v8.27.0 added support for parallel testing in the test command. However, this is currently broken as per the notes in laravel-zero/foundation#52.
The issue
-
Updated
Jun 8, 2021 - PHP
-
Updated
Jun 7, 2021 - F#
-
Updated
Aug 11, 2020 - Ruby
-
Updated
Jun 14, 2021 - Java
-
Updated
Dec 25, 2020 - PHP
-
Updated
Jun 21, 2021 - PHP
-
Updated
May 15, 2020 - Swift
-
Updated
Jun 17, 2021 - Clojure
-
Updated
Jun 17, 2021 - Swift
-
Updated
Aug 28, 2020 - PHP
-
Updated
Jun 18, 2021 - Python
-
Updated
Jun 21, 2021 - Go
-
Updated
Apr 14, 2021 - C++
-
Updated
Mar 2, 2021 - Python
-
Updated
Jan 3, 2021 - Swift
-
Updated
Jun 7, 2020 - Swift
TODO Hunting
The code has hidden tasks, lingering among the source files... Waiting for someone to tackle them.
Would you be the brave developer to finish them?
This issue is an everlasting effort to clean the code of small tasks here and there. It won't be ever finished and stay on the 'Working' column potentially forever.
If you want to close a TODO, please reference this issue in the PR.
Most of
-
Updated
Dec 29, 2020 - C#
-
Updated
Jun 16, 2021 - PHP
-
Updated
Jun 19, 2021 - F#
-
Updated
Mar 2, 2021 - PHP
Improve this page
Add a description, image, and links to the micro-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the micro-framework topic, visit your repo's landing page and select "manage topics."



Checklist
Issue Description
When using the RateLimiter Middleware with a rate between 0 and 1 all events will be rejected instead of applying the specified rate. E.g.:
e.Use(middleware.RateLimiter(middleware.NewRateLimiterMemoryStore(0.5)))I am not saying that it is a common use case to have