The Wayback Machine - https://web.archive.org/web/20210929023540/https://github.com/topics/websocket
Skip to content
#

websocket

Here are 6,590 public repositories matching this topic...

mandaputtra
mandaputtra commented Sep 27, 2021

Describe the bug
Mostly when I navigate the text, I use CTRL + <- or CTRL + -> to navigate per word, but when I use it on the body editor it navigate through my browser history not per word.

To Reproduce
Steps to reproduce the behavior:

  1. Open Hoppsctoot
  2. Go to body
  3. Change content type to application/json,
  4. Write stuff,
  5. Navigate using CTRL + Right or CTRL + Left
aschiffmann
aschiffmann commented Apr 21, 2021

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

Improve this page

Add a description, image, and links to the websocket topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the websocket topic, visit your repo's landing page and select "manage topics."

Learn more