Josef Grieb

Results 12 comments of Josef Grieb

you should try `IOSQE_ASYNC` it will be executed directly in the workerpool, 124% better performance in netty(using non blocking sockets) :)

at least this annoying bug is fixed :) why not just like escaping this`%` ``` function M.stl_escape(str) if type(str) ~= 'string' then return str end return str:gsub('%%', '%%%%'):gsub('%%', '') end...

> That's strange % in there should be escaped by `utils.stl_escape()` in following line it it shouldn't throw error. `str:gsub('%%', '%%%%')` it doesn't escaped `%`, it actually `%` will be...

> > str:gsub('%%', '%%%%') it doesn't escaped %, it actually % will be added > > In statusline %% is displayed as % just like how in most regular strings...

what do you think? @shadmansaleh

@jim3ma io_uring allows your to batch syscalls in one syscall :)

@Hchenn thats cool, is that open source as well?

I have the exact same issue on Arch Linux, maybe its a glibc related issue @JCWasmx86 thanks for this nice simple hack :) ``` glibc 2.38-5 Swift version 5.9 (swift-5.9-RELEASE)...

I have tried both `postman --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations` or `postman -enable-features=UseOzonePlatform --ozone-platform=wayland` etc. none of them working... (Fedora 38 arm64) ``` The disableGPU setting is set to undefined Not disabling GPU...