websocket
Here are 6,637 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
Oct 2, 2021 - JavaScript
-
Updated
Oct 9, 2021 - C++
-
Updated
Sep 14, 2021 - Go
-
Updated
Oct 7, 2021 - Go
-
Updated
Oct 8, 2021 - PHP
Hello!
When text line in list is too long and part of it is moved on the next line, list number is placed on the last line. When I use <br>
, list number is placed on the first line of multiline text.
Demo is below:
Demo text:
1. [ ] task 1
2. [ ] task 2 task 2 task 2
-
Updated
Oct 1, 2021 - TypeScript
-
Updated
Sep 23, 2021 - JavaScript
-
Updated
Sep 30, 2021 - Swift
-
Updated
Apr 5, 2021 - TypeScript
-
Updated
Oct 7, 2021 - Erlang
-
Updated
Oct 10, 2021 - JavaScript
-
Updated
Aug 9, 2021 - JavaScript
-
Updated
Oct 8, 2021 - Go
Looking at sticky activation it seems to be calling current high resolution time without a global (that is needed in order to know the time origin).
It'd be good to pass along the global. (W
or window
, if I'm reading the algorithms correctly)
-
Updated
Aug 24, 2021 - Python
-
Updated
Oct 8, 2021 - JavaScript
-
Updated
Feb 5, 2020 - Go
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Oct 9, 2021 - JavaScript
Improve this page
Add a description, image, and links to the websocket topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the websocket topic, visit your repo's landing page and select "manage topics."
Describe the bug
environment <> should be useable within a raw request body, but it isn't
To Reproduce
create an env variable, eg "user"
use it (<>) into url: it works
use it (<>) into the raw request body textarea: it is not replaced with var content
Expected behavior
<> should be replaced with env var content
Screenshots
![image](https:/