micro-framework
Here are 317 public repositories matching this topic...
-
Updated
Aug 4, 2021 - PHP
-
Updated
Jun 10, 2021 - Java
For example, we do not provide these methods.
final GraphQLSchema schema = ...
sb.service("/graphql", GraphqlService.builder()
.schema(schema)
.runtimeWiring(c -> {
final StaticDataFetcher bar = new StaticDataFetcher("bar");
c.
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
Aug 2, 2021 - Java
-
Updated
Dec 25, 2020 - PHP
-
Updated
Aug 4, 2021 - PHP
-
Updated
May 15, 2020 - Swift
-
Updated
Jun 17, 2021 - Clojure
-
Updated
Jul 30, 2021 - Swift
-
Updated
Aug 28, 2020 - PHP
-
Updated
Aug 4, 2021 - Python
-
Updated
Jul 26, 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
Aug 4, 2021 - PHP
-
Updated
Aug 4, 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