Nicolas Noble

Results 163 comments of Nicolas Noble

> Hmm, how would I fix the broken installation? I'd hope to fix it that way. Maybe try uninstalling / reinstalling the extension ?

This issue is for https://github.com/bazelbuild/bazel/issues/7157

Ugh, yes, ok, we'll need to update our own scripts too.

So, the main issue I think is that this: ```c++ lua.new_usertype( [](RoomListType& rl) { return sol::as_container(rl); // Required for sol to treat Intrusive Lists as a container } ); ```...

Alternative suggestion: show a warning in the configuration if the custom sentence matches any of the regular expressions.

Also related: https://github.com/actions/virtual-environments/issues/2187 On Thu, Sep 16, 2021 at 3:38 PM Gabriel Sobrinho ***@***.***> wrote: > Maybe having instructions on how to compile from source would at least > unblock...

@dweekly please see https://github.com/actions/virtual-environments/issues/2187

We're depending on GLFW for joypads handling, and using this database: If your pad isn't listed, you can always update the database locally by changing the [gamecontrollerdb.txt](https://github.com/mdqinc/SDL_GameControllerDB/blob/b1e342774cbb35467dfdd3634d4f0181a76cbc89/gamecontrollerdb.txt) file as described...

These are absolutely valid requests, yes. The registers one is the one that's bugging me the most personally at the moment, tho there's a sort of derpy workaround: you can...

So interestingly, on Linux, ImHex already can read the memory mappings of the memory natively. If you run Redux on Linux, check /dev/shm, there ought to be a mapping for...