-
### Environment
* Elixir version (elixir -v): 1.16.0
* Phoenix version (mix deps): 1.7.11
* Operating system: Ubuntu
### Actual behavior
Phoenix endpoint supports providing options override…
-
### What Happened?
After the successful start of minikube on an Apple M3, I'm unable to start running any pod.
## Start a fresh new cluster
Delete any possible previous configuration:
`minik…
-
Hi - I am getting the error below when trying to run a simple data pull using fredapi
Anybody out there kind enough to help identify the issue?
Thanks!
**CODE**
import pandas as pd
from f…
-
Currently, the connection is established via unix socket files. It would be nice if this library would also support connecting to HAProxy over TCP as well. :)
[EDIT]:
URLs might be a good way on h…
-
WASI 0.2.0 introduces two new networking APIs: [wasi-sockets](https://github.com/WebAssembly/wasi-sockets) (for TCP/UDP networking and hostname lookup) and [wasi-http](https://github.com/WebAssembly/w…
dicej updated
3 months ago
-
We should probably add a reference count for each socket, to know how many client, server & udp objects are currently referencing it.
http://forum.arduino.cc/index.php?topic=567368.msg3865329#msg38…
-
### Description
I checked that if you run xidlehook without the --socket option, the socket is not created,
```sh
ss -x | grep xidle
# empty
xidlehook-client --socket /tmp/xidlehook.socket q…
-
Error Message:
> We were unable to load KBFS (Fuse kext). This may be due to a limitation in MacOS where there aren't any device slots available. Device slots can be taken up by apps such as VMWare, …
-
When large messages are received (I'm testing with a payload of 2625000 bytes), the library starts to misbehave.
Sometimes it hangs forever waiting for the actual message data to come in. Other tim…
-
I have two different development boards that I am using with this library and the basic "EspUsbHostKeybord" sample code.
ESP32-S3-DevKitC-1 and ESP32-8048S070N/C 7-Inch touchscreen with the ESP32-S3-…