micro-framework
Here are 314 public repositories matching this topic...
-
Updated
Jul 3, 2021 - PHP
-
Updated
Jun 10, 2021 - Java
io.grpc.ServerInterceptor
can not directly be injected to GrpcServiceBuilder
.
Users have to wrap a gRPC service using ServerInterceptors.intercept()
when adding the service.
GrpcService.builder()
.addService(ServerInterceptors.intercept(myGrpcService, myInterceptor))
.build();
However, some users don't know the existence of ServerInterceptors
beca
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
Foundation 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
Jul 18, 2021 - Java
-
Updated
Dec 25, 2020 - PHP
-
Updated
Jul 15, 2021 - PHP
-
Updated
May 15, 2020 - Swift
-
Updated
Jun 17, 2021 - Clojure
-
Updated
Jun 23, 2021 - Swift
-
Updated
Aug 28, 2020 - PHP
-
Updated
Jul 16, 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
Jul 12, 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