Boscop

Results 547 comments of Boscop

It also uses the old num-derive 0.2 which gives me an error when another dep depends on 0.3 :/

Yes please! The latest version on crates.io is 4 years old..

I would like to use subotai to build a decentralized messenging service. It would be really useful to have a way to restrict write access to certain values, like a...

But it's possible with the Attiny85 / Digispark and Arduino (with HIDUINO): https://github.com/heartscrytech/DigisparkMIDI https://github.com/ddiakopoulos/hiduino https://github.com/NicoHood/HID And those are also low-speed systems, right?

Windows 8.1. Yes, I'm willing to try. What exactly should I do? :)

@futile `ENET_PROTOCOL_MAXIMUM_PEER_ID` is `0xFFF` (4095): https://docs.rs/enet-sys/0.2.0/enet_sys/constant.ENET_PROTOCOL_MAXIMUM_PEER_ID.html http://enet.bespin.org/protocol_8h.html https://github.com/lsalzman/enet/issues/84 See also these threads on increasing the limit: https://github.com/lsalzman/enet/issues/41 http://lists.cubik.org/pipermail/enet-discuss/2014-August/thread.html#2331

Yeah, a windows version would be nice :)

It would be more useful if statements inside functions are not covered by this, only declarations! Or is there another way to specify that I want to have at least...

I tried recording and uploading several gifs with meatscope, but I always get this URL: https://giant.gfycat.com/WetSociableArmyworm.gif

Indeed: https://github.com/rust-lang/rust/issues/60406 I'd also prefer attribute-like macro syntax :)