Arne Christian Beer

Results 299 comments of Arne Christian Beer

Don't worry, take your time. Just wanted to check in if you need anything :)

This thread is pretty informative: https://stackoverflow.com/a/74329441 It would explain why stdlib didn't work as expected. Still, I'm curious why I'm able to change permissions on the unix file socket from...

Ok, in theory, we can create our own unix socket, set its permission and attach a UnixListener to it. Tokio allows the creation of a UnixListener from a stdlib UnixListener...

Awesome, thanks for the contribution :)

I ran into crashes as well and started to use the pinned `hl0.51.0` release, which seems to work perfectly fine for me. Might be a different crash, but mine appeared...

Heyo :) I figured that I would rather re-use this old closed issue instead of creating a new one. My particular use-case in question would be as follows: I'm currently...

Hey, thanks for the quick response :) The crate would just be a small wrapper around a config struct with some nested configs that are initialized and handled via `Config`....

Hey :) Generally, this sounds like a reasonable addition. I'm currently a bit preoccupied with other things, but I'll properly review your changes as soon as a I'm back from...

Neat :D I'm currently thinking about how we can test this. We would have to build this with wasm and run the tests on that. I've never interacted with wasm...

Thinking about it, it should be enough to simply test the logic with the correct feature flags :) The wasm build shouldn't be something we need to test. As long...