-
### đź“‘ I have found these related issues/pull requests
- https://github.com/louislam/uptime-kuma/issues/2061
- https://github.com/louislam/uptime-kuma/issues/1117
### 🛡️ Security Policy
- [X]…
-
Sometimes the application knows about network path changes that Quinn may not detect immediately to. If the network changed significantly it can often be faster to reach optimal throughput and latenc…
-
hi, i use "https://github.com/ntex-rs/examples/tree/master/websocket-chat" example, the server is run, but when i want connect to chat socket, i get error "socket hang up" in insomnia socket rote resp…
-
### Describe the bug
We use gen_smtp for sending emails, currently using postmark SMTP servers. After upgrading to OTP26.0.2, sending e-mails fails with this error:
`send email error: :retries_…
-
Hello, I've noticed that the code related to `sys_read` mentioned in Section 3.1 of your published [paper](https://xkernel.wang/publications/esecfse2023picup-author_version.pdf) appears to be missing …
-
So far I remember, TINC may use different types of sockets, specified
in "DeviceType".
What to do to use VSOCK?
This would make TINC able to connect to qemu/kvm gest from outside.
Or how to use so…
mabra updated
2 months ago
-
Every time I try synchronization it results in a failure writing to database. The furthest has been about 98.2% it always syncs fine up until the end when it really slows down. The error happens at a …
-
Following a rather large update I got this unhandled error. Unfortunately I was unable to replicate the problem (so far).
Note that I'm doing a _local_ deploy (i.e. `laptop` is the machine I'm depl…
jficz updated
1 month ago
-
Hello, and thank you for the fantastic work on Video2x! I truly appreciate the time and effort put into making this app.
Would it be possible to create a Flatpak version of Video2x? A Flatpak versi…
-
it looks like go's `io.CopyBuffer` always uses the `WriterTo` interface if it's available, much like `copyZeroAlloc`
however, `File` and `TCPConn` unfortunately have a fallback in their `WriterTo` …