-
### Checklist
- [X] Checked the issue tracker for similar issues to ensure this is not a duplicate
- [X] Read the documentation to confirm the issue is not addressed there and your configuration is s…
Z3ce updated
20 hours ago
-
Is there a way to implement ttyd's client side in my own application? I mean, implement xterm.js in my own application that connects to the websocket provided by ttyd?
What would the vanilla js code…
-
I want to use a laptop with whispering ui and a server with whispering api. How can I do that? because when using whispering ui, I see that it only download and use localhost:5000 ?
Thank you for you…
-
Hi,
I was not able to find anything regarding websockets in this repo here.
Currently I'm using Browserless as my headless chrome in docker.
I'm not really happy about the size and therefore I w…
-
## Please describe the problem you are having in as much detail as possible:
When i start the server, it give me a error (i already try to delete node_modules and it doesn't work)
## The error…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Pending Status Checks
These …
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A …
-
### Description
The WebTransport API provides a modern alternative to WebSockets, transmitting data between client and server using HTTP/3 Transport. WebTransport provides support for multiple stre…
o-t-w updated
3 weeks ago
-
```
2024-08-02T19:32:44.548+02:00 ERROR 6 --- [jambot] [inWS-ReadThread] net.dv8tion.jda.api.JDA : One of the EventListeners had an uncaught exception
java.lang.NullPointerExcepti…
-
This is a code for calculating the rolling average of the future ratio/spot ratio - 1 in real-time. Since there can be a large amount of data streaming in from the websocket every second, about 100-20…