-
Updated
Jun 11, 2021 - Dart
web-framework
Here are 718 public repositories matching this topic...
-
Updated
Jun 10, 2021 - TypeScript
-
Updated
Jun 10, 2021 - Go
Checklist
- Dependencies installed
- No typos
- Searched existing issues and docs
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
-
Updated
Jun 9, 2021 - Elixir
The documentation contains a few references to issues from the now archived yewstack/docs repository.
Since the docs repository is read-only, the same issues should be re-created here and the links in the docs should be updated to point to the new issue.
"Contribute to our docs" links
- Page: [Components Lifecycle Diagram](https://yew.rs/docs/conce
-
Updated
Jun 9, 2021 - Python
-
Updated
Jun 11, 2021 - Objective-C
-
Updated
Jun 11, 2021 - Rust
-
Updated
Feb 26, 2021 - Go
Are you looking for help?
No.
Play Version
2.6 to 2.8
API
Java / Scala
Expected Behavior
The instructions at https://www.playframework.com/documentation/2.8.x/Deploying-CloudFoundry work.
As it stands (see https://stackoverflow.com/a/62506207/4432837 and cloudfoundry/java-test-applications#20) those instructions are no longer applic
I am trying to write my own custom route matcher and using the example in the readme, I receive the following error:
AllButPattern can't be coerced into Mustermann::Pattern (TypeError)
Here is my example code:
require 'sinatra'
get '/index' do
'Hello world!'
end
class AllButPattern
Match = Struct.new(:captu-
Updated
Jun 2, 2021 - TypeScript
-
Updated
Jun 10, 2021 - Go
-
Updated
Jun 10, 2021 - Kotlin
-
Updated
Jun 10, 2021 - PHP
-
Updated
Jun 11, 2021 - Java
-
Updated
Jun 6, 2021 - Python
-
Updated
May 29, 2021 - Erlang
Actual behavior (the bug)
When Javalin (Jetty) tries to bind to a port that's in use, it will always complain that it's port 7000 whatever port it's binding to.
Expected behavior
If it's trying to bind to port 443, then the error message should say that.
To Reproduce
Start up 2 Javalin server on the same port.
Additional context
Example stack trace (notice the IOExcept
-
Updated
May 15, 2021 - Python
-
Updated
Jun 8, 2021 - TypeScript
-
Updated
Nov 13, 2020 - Go
-
Updated
Oct 28, 2018 - Go
As we all know golang has give us the feature that convert proto to json with https://github.com/golang/protobuf/blob/master/jsonpb/encode.go ,and with encode.go ,we can define diffrent style like casesensitive , emit empty , json indent and so on , we can see [Customizing Protobuf JSON Serialization in Go](https://seb-nyberg.medi
-
Updated
Jun 10, 2021 - Scala
Improve this page
Add a description, image, and links to the web-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the web-framework topic, visit your repo's landing page and select "manage topics."
Describe the bug
Using content type
application/x-www-form-urlencoded, Validating a request body contents forrequiredfields, when none of them is present on the the body, validator returnsAbort.422: Unprocessable Entityerror instead ofValidationErrorThis issue will not occurs when content type is
application/jsonTo Reproduce
Create a request content with one