-
### What version of Bun is running?
1.1.37
### What platform is your computer?
Darwin 23.6.0 arm64 arm
### What steps can reproduce the bug?
```js
bun install -d @types/bun
```
is all that is re…
-
Can we allow connect to http(s) url for endpoints that are upgraded?
-
This is what it says...
C:\Users\win7\Documents\Arduino\libraries\WebSockets\src\WebSocketsClient.cpp: In member function 'void WebSocketsClient::begin(const char*, uint16_t, const char*, const cha…
-
Pseudocode:
```py
ws = unified_trading.WebSocket()
ws.exit()
```
The websocket closes just fine. But it throws nonstop errors afterwards because the websocket is still trying to ping even thoug…
-
Currently if an external script (perhaps running on another machine) wants to grab a quick value from the CDS (i.e., What's the current air temperature) it involves a conversation: subscribe, ready, e…
-
Fun fact: in Agile, tickets like these are called spikes. ⭐ If requirements are fuzzy, we define them before doing the work.
Making a chat box with text editor from scratch is too much work, so let's…
-
**Describe the bug**
With intensive data transfer, an incomplete packet may arrive in the socket, but WatsonTCP does not try to receive it completely. Related to https://github.com/dotnet/WatsonTcp/i…
-
[Originally posted [here](https://discourse.holoviz.org/t/panel-app-in-fastapi-router/8414) and raising as issue on recommendation from @ahuang11 ]
Hi all,
Was trying [Running Panel apps in FAS…
-
I identified that, in occasional situations, after the GSM modem connects with the APN, the library is stuck trying to connect in the websocket.
Apparently, this problem might be with the TinyGSM lib…
-
**Is your feature request related to a problem? Please describe.**
Somewhat yes. Consider the following REST resource:
GET, POST: /articles
In this case, you need to be authenticated to post an art…