stephematician

Results 58 comments of stephematician

Also interested in using Brave on an arm64 (Pi Model 4B).

Am I correct that the main roadblock to reading from, say, rawConnection (i.e. from memory), is the `unzip()` which only works with file paths? It looks like libxls can read...

FYI: as the original PR was never accepted, I updated the changes and added a PR which has been accepted into the dev branch of libxls - https://github.com/libxls/libxls/pull/107 The changes...

I don't have any great suggestions but I figured some thoughts might help in any case! There are two possible return types from a call to `cbind(a_mids_object, a_data.frame_object)` that make...

My hunch was that we could propagate the macro to the yaml-cpp target (interface) ... i.e. update line 125 of CMakeLists.txt to something like: ```cmake target_compile_definitions(yaml-cpp INTERFACE $ PRIVATE $...

Hmm - maybe the definition needs to be PUBLIC scope.

May be related to this bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960703

PLAY.BAT (as installed from the GOG version - unsure about original) has the command "main /w /g" - is there documentation on those command arguments?

@PatTheMav - I've also observed that the graphics thread gets blocked in `obs_lua_source_video_render` when a Lua script registers a source with `OBS_SOURCE_TYPE_FILTER` and adds a button/callback that tries to enter...

Would this mean having a separate execution stack (lua state) for any calls to lua from the graphics thread? The global data could be sync'd across by checking a flag...