Lachezar Lechev

Results 250 comments of Lachezar Lechev

I believe for WASM support we should target `wasm32-wasi` as it provides access to some OS resources. The main issue I suppose is the Tcp socket where currently `tokio::net` is...

And btw `mio` supports wasm32-wasi and TcpListener/TcpStream: https://docs.rs/mio/latest/wasm32-wasi/mio/net/index.html Not sure if `tokio` will play nice though.. And wasm-bindgen doesn't support the target as well :/

From what I've read so far, you need to have a locking mechanism for your SPI bus struct in order to be able to share it across multiple peripherals.

Can docker be used to setup netbird then?

I managed to run the docker container without any luck of accessing it through the netbird network. It still shows as not connected. First I had an issue with `/dev/net/tun`...

@gflow33 Do you have any progress on these tests?

@gflow33 have you made any progress on this PR?

Hello @Wassasin, thank you for this fix. I was wondering if you could give a quick overview of how this interrupt could be used? I know it's Wake on LAN...

I was able to take a look, technically it's possible to get all users and count them?! https://discordapp.com/developers/docs/resources/guild#list-guild-members Although it won't be very performant and if there are more than...

`presence_count` is the online count. Sadly I didn't think about the authentication part. I think discord doesn't have an endpoint for such a thing... I might write to them and...