-
Updated
Jun 12, 2022 - Dart
web-framework
Here are 779 public repositories matching this topic...
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 6, 2022 - Go
This is about:
- Other (Important Tips)
Component communication might deserve a dedicated page.
Ancestor -> Descendant
straightforward: passing props. Using a context if the descendants can be too deep down the tree.
Descedant -> Ancestor
This is not very obvious. In fact, two people asked the same question on Discord in one day. And personally, I had no clue either despite h
When sending a request body that decodes a Content
type. If the request is sent as multipart with the right header set, but the body is empty, a 500 error is returned. This can cause problems with apps that have automatic reporting for internal server errors as it should be reported as a bad request
-
Updated
Jun 12, 2022 - Go
-
Updated
Jun 11, 2022 - Elixir
-
Updated
Jun 8, 2022 - Rust
-
Updated
Jun 11, 2022 - Objective-C
-
Updated
Jun 11, 2022 - Python
-
Updated
May 26, 2022 - TypeScript
-
Updated
Jun 7, 2022 - Go
We use sbt-dynver to set the version for the Play project based on git tags.
E.g. when you run sbt in the Play project folder you will see:
// If you haven't you need to get the Play framework source code
git clone git@github.com:playframework/playframework.git
cd ./playframework
// You are in the master branch now, from which we want to rele
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 10, 2022 - Kotlin
-
Updated
Jun 12, 2022 - PHP
-
Updated
Jun 12, 2022 - Java
-
Updated
Jun 10, 2022 - Python
-
Updated
Jun 6, 2022 - Erlang
-
Updated
Jun 8, 2022 - Kotlin
These files when added magically but not part of git tracked files causes update failure.
reference: frappe/bench#1225
related: frappe/frappe#16616 (you'll find which function create this file in this PR)
Issue Description
Type: feature request
Describe what feature you want
Additional context
Add any other context or screenshots ab
-
Updated
Jun 9, 2022 - TypeScript
-
Updated
Jun 7, 2022 - Python
-
Updated
Jun 6, 2022 - Go
Most of the macros exported by seed are undocumented, see: https://docs.rs/seed/0.7.0/seed/#macros
It would be good if at least the most commonly used are documented with an example.
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."
Which @angular/* package(s) are the source of the bug?
router
Is this a regression?
No
Description
The Documentation suggests that you can supply a function to runGuardsAndResolvers . The link will take you to the documentation where it gives the type.
So I supplied the following and saw that not only was my route guard s