VBB

Results 30 comments of VBB

I am using this script as a temporary solution: ``` #/bin/bash echo "Building..." tsc echo "Starting bot..." node main.js while true do echo "Restarting..." sleep 120 node main.js done ```...

hm, indeed, i didn't notice it. but i don't see a use case for such behavior. in my opinion the purpose of sorting is to see top elements. In case...

If it was OpenCL, it would look like you used `-cl-no-signed-zeros` compiler flag: https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_API.html#optimization-options. I don't have any experience with level0. Maybe you should look if you used similar compiler...

> I'm not sure markdown can do a table within a table, but you could add footnotes to that table if you like. I assume tables are from gfm and...

There is no info about tables

Nice PR, it makes writing a binding generator easier. Maybe functions should be added as OpenCL version/extension `require`'s too?

> How confident are we that introducing the function pointer types isn't going to cause a compatibility issue? Can't C header generator emit the same header after these changes? It...

Sorry about that PR. Maybe it should be marked that `cl_icd_dispatch` is provided by another header and generator would know that it doesn't need to emit a typedef in the...

Please don't comment "+1", keep in mind that peoples receive email notifications from it. Consider reacting with a thumbs up instead.

Frankly, I'm confused by how lldb-dap works with swift. I installed swift(6.1.2) via swiftly(1.0.1) on Linux and swift extension for VSCode. VSCode doesn't produce any errors after trying to debug...