Ivan Leshchenko
Ivan Leshchenko
> i try create file ems.toml and chmod 777 ems.toml > and run ./ems.toml > > ``` > audiosocket_addr = "0.0.0.0:12345" > websocket_addr = "0.0.0.0:12346" > > recognition_driver = "google"...
There are a few things that left to be done: 1. I registered the name `helix`, but since I'm not in the org nor I'm an active maintainer I'll transfer...
> Sorry for the delay on this. Is there any way to package for snaps without needing anything "official" or from a maintainer? We're happy to answer questions and such...
> Can you say more about why this would be useful to you? I feel like I'd most often _want_ the compiler error here, because if I'm using `next_tuple` I'm...
Oh, and as for the example use-case - I had an issue with yambar not picking up my `XCURSOR_*` environment variables
> > > Oh I think I see what you are saying - essentially we should have a way to await all tasks which are still alive, I think? Yes....
> @Artemka374 are you going to continue driving this forward? Hi! Yes, we would like to drive this forward. I've updated the documentation to link to existing chapters on ink!'s...
I've rebased this branch and applied the above suggestions. `BalancesStateManagement` trait was used to demonstrate generic packed structs, and the `KEY` generic was meant to demonstrate how to write structs...
Hi! I've been encountering the same problem. > you're using the latest version of the extension, which prompts you to restart extensions after the environment generated in your .envrc changes,...
As a temporary workaround it's also possible to use the `UV_USE_IO_URING` environment variable to disable io_uring support in libuv: `UV_USE_IO_URING=0 yarn add bufferutil`