Alberto Esposito

Results 39 comments of Alberto Esposito

Ok I tried my best but atm I'm stuck: - Passing the `IORING_SETUP_SQE128|IORING_SETUP_CQE32` flags gives an error `Error setting up ring: bad file descriptor` - Still I think I might...

Hey @bezoerb thank you for your quick reply. Sorry I was playing with the repo and inadvertently deleted the route in firebase. [Try again](https://pwapp-24858.web.app/critical), and try `ctrl+shift+r`, because I'm also...

@bezoerb sorry I was stuck with some backend topics, I will try to answer before monday.

@bezoerb I'm sorry for the super late reply, and thank you very much for keeping this alive, I really appreciate it. Unfortunately time is scarce, and my attention had to...

thanks @samuelexferri really helpful. I noticed than it's not yet fixed in yarn v4, I hope @merceyz can dedicate a little bit of love to this before release. Otherwise could...

amazing @samuelexferri you basically served me a solution. @merceyz do you really think we should wait for https://github.com/nodejs/node/issues/36935 or maybe you could accept a hot patch for now? I could...

After many months, I finally managed to write an [example](https://github.com/espoal/uring_examples/blob/main/examples/nvme/src/main.rs), but it's still not working :( I get error 95 (operation not supported). If I try with nvme-cli it works...

thanks @ankit-sam , really appreciate your help. If I try `/dev/ng0n1` I get error 25 (`not a typewriter`). Maybe I should pass some special flags when opening the device? The...

@ankit-sam I got it working!!!!! the problem was `sqe->opcode = IORING_OP_URING_CMD;` as you mentioned. I'm so happy, it was so hard but I feel I learnt a lot. Thank you...

I started working on a [draft PR](https://github.com/nestjs/nest-cli/pull/2208) for this feature. @kamilmysliwiec or @micalevisk I would love some feedback!