James58899
James58899
Implement boost::asio based storage engine possible resolve #6667 #6612 #6561 #6522 POSIX fallback will blocking network thread, it significantly reduces download and upload speeds. It would be nice if there...
I noticed this PR always used 16KB block size for reads, which is very inefficient, especially on HDD. I think the block size too small is the root cause for...
In discord.js it is `code === 4_015 || code < 4_000`[^1], because discord usually uses 4014 to disconnect, but I only see 1006 in my test, so I think changing...
There is an implementation available in [hyper-util](https://docs.rs/hyper-util/0.1.3/hyper_util/rt/tokio/struct.TokioTimer.html), maybe this can be mentioned in the documentation.
Someone [reported](https://github.com/OKTW-Network/FabricProxy-Lite/issues/42#issuecomment-1493644964) the same issue in FabricProxy-Lite, but I believe this is caused by your mods, because the timeout occurs in the `PLAY` phase, not the `LOGIN` phase that FabricProxy-Lite...
The login protocols for these versions are different, so I don't think there's a way to fix it.
Currently supports setting secrets through environment variables `FABRIC_PROXY_SECRET`.
> > > Even more specific: I think [this mixin](https://github.com/CardboardPowered/cardboard/blob/1227016a8eee1f36062d746078e5a62af7f4b081/src/main/java/org/cardboardpowered/mixin/network/MixinServerLoginNetworkHandler.java#L255) causes the issue. > > Is it possible to fix this incompatibility? (Or is this maybe an issue which has...
After looking at the network requests, I found that [mirrors.json?local=True](https://ubuntu.com/mirrors.json?local=True) responded with an empty list, but [mirrors.json](https://ubuntu.com/mirrors.json) did have many mirrors available. Is this a bug or intentional? It looks...
After looking at the source code, the part that generates json has not been changed for a long time. Maybe it is due to infrastructure changes? The backend cannot obtain...