Steve Fan

Results 196 issues of Steve Fan

As https://github.com/rust-lang/rust/pull/115822 was finally merged and will be scheduled to be stabilized alongside 1.75.0 release (although it was expected to merge on 1.74.0), we should think about what to do...

https://github.com/orium/archery/blob/49ba594bf19b92c912135c7c7e6dad37961c3867/src/shared_pointer/kind/arc/mod.rs#L8 This won't compile under architecture that does not support atomic instructions such as `riscv32imc-unknown-none-elf`. But on a higher level of thoughts this means the entire Arc/ArcK should be disabled

**Is your feature request related to a problem? Please describe.** I use [.NET Generic Host](https://learn.microsoft.com/en-us/dotnet/core/extensions/generic-host) for my CLI application but I have multiple layers of configuration. More specifically, I want...

enhancement

I generated some header files to `$OUT_DIR/include` and I want to embed them with compression because the nature of source code (at least human readable text) very much suits dictionary...

Would be great if we can use this in C#

Coming from a distributed computing perspective, I find it curious why can't we use a DHT to store all the peers' information -- like using Kademlia or even Raft to...

According to bridge https://man7.org/linux/man-pages/man8/bridge.8.html We can try to do ``` ip link add type vxlan \ id \ dstport \ local bridge fdb append 00:00:00:00:00:00 dev vxlan100 port bridge fdb...

If my calculations are correct, this is the best base MTU: [Visual packet size calculator — Daniil Baturin](https://baturin.org/tools/encapcalc/?protocols=IPv4,UDP,L2TPv3,Ethernet,Ethernet-VLAN,IPv4) If I want to add batman futher, I have to add another...