-
Updated
Apr 20, 2022 - Dart
web-framework
Here are 772 public repositories matching this topic...
-
Updated
Apr 19, 2022 - 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
When checking a request's remoteAddress
, it's usually the address from which NIO received the request. While that's technically correct, Vapor servers are often hosted behind a reverse-proxy such as nginx. Therefore the original peer's address is often lost. To resolve this, it's not uncommon to set the original peer's address in a header such as X-Forwarded-For
.
**Describe the solution you
Environment:
- Yew version: 0.19
- Web-sys version 0.3.56
- Rust version: 1.59.0 stable
- Target:
wasm32-unknown-unknown
- Build tool:
trunk
- OS: Ubuntu 20.04
- Chrome 100.0.4896.60 (Official Build) (64-bit)
I spent a long time going around in circles trying to get a handle for the html element I'm interacting with so that I can do some further processing. After a lot of
-
Updated
Apr 20, 2022 - Elixir
-
Updated
Apr 20, 2022 - Rust
-
Updated
Apr 19, 2022 - Go
-
Updated
Apr 20, 2022 - Objective-C
-
Updated
Apr 18, 2022 - Python
-
Updated
Apr 13, 2022 - Go
-
Updated
Apr 19, 2022 - TypeScript
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
Apr 20, 2022 - Kotlin
-
Updated
Apr 20, 2022 - PHP
-
Updated
Apr 20, 2022 - Java
-
Updated
Apr 14, 2022 - Python
-
Updated
Jan 26, 2022 - Erlang
-
Updated
Apr 16, 2022 - Kotlin
-
Updated
Apr 19, 2022 - Go
-
Updated
Apr 18, 2022 - TypeScript
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)
-
Updated
Apr 10, 2022 - Python
-
Updated
Mar 10, 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 relevant/related to the feature request?
No response
Description
We would love to use DevTools. But our customer allows development on a virtual desktop without internet connection only. We found a way to install DevTools in this environment but it looks pretty broken, because icons / images are obviously loaded from the web.
![screenshot](https://us