Sohaib Iftikhar

Results 11 comments of Sohaib Iftikhar

@anselmdk I am not familiar with either ruby on rails or gem. Could you give me a pointer as to how you fixed it.

I actually added this to my setup when I was setting up code for Bazel (https://bazel.build/basics/getting_started.html) to reduce the load on the lang server (I use vim as an editor)....

In some ways I suppose. From what I read it still doesn't solve it if I have three subfolders and want two of them included.

Possible design: Currently, we have the following structure for describing a parameter. ```HOCON "secret" = { default = name = type = secret = } ``` The problem can be...

Thanks for the answer. Maybe I was not correctly explaining it the first time around. > In your example, if you submitted all your requests prior to the first sleep...

Sure. Here is the test program I was testing off. If it helps my kernel version is `5.15.0-52-generic`. https://gist.github.com/sohaibiftikhar/826baa2813a71c46d19bb8939cbb51cb#file-io_uring_sq-c-L127 This is the complete example with the couple of lines of...

Interesting. Ubuntu 20 doesn't seem to come with a stock version of the stable release. I am already sort of on the "bleeding edge"... I'm gonna patch it in a...

Okay so I repeated it with `5.15.0-53-generic` and it seems to repeat itself. I am not sure why it did not reproduce on your end. I will try it also...

Awesome! I should be able to test it yes. I'm away for a month or so from my linux PC though so this would, unfortunately, have to wait until then.