Jules

Results 22 issues of Jules

I really enjoy using most programs in that list, but using the words "modern" or "replacements" to describe them is inaccurate. Most of the programs in that list are indeed...

Here is an example error message prior to this fix which I got using Clang 13.0.0 with `-std=c++20`: ``` /usr/local/include/ctpg/ctpg.hpp:187:25: error: use of overloaded operator '==' is ambiguous (with operand...

I'm currently facing an issue while using `ctpg::parser`: - `libstdc++` doesn't have a constexpr-ready version of `std::optional` - `libc++` doesn't have a constexpr-ready version of `std::vector` This makes `ctpg::parser` currently...

The exporter just sends a message and exits with no error code which is quite inconvenient when interfacing it with bash scripts. #### Example : ```bash facebook-export -g ${GROUPID} -a...

Just a tiny typo in the list of softwares & optimizations :wink:

Here's the line: https://github.com/Extremelyd1/minecraft-bingo/blob/c3d9abd0dc6563da5c7c65d93dea01beddb4ba1f/src/main/java/com/extremelyd1/command/TeamCommand.java#L42 Is there a reason to not put `if (game.getState().equals(Game.State.IN_GAME))` instead? I've tried doing it and it doesn't seem to mess with the plugin, but I'd like...

Some teams turn out to have underscores in their names, but at least they're now available.

Hi, I don't really have any way to explain that bug honestly, what happens is that I simply JIT an expression template program to dynamically generate & evaluate expression templates,...

It just came to me that [Sunshine](https://github.com/LizardByte/Sunshine) emulates devices the same way rkvm does. However Sunshine doesn't require root permissions to do so, but instead requires user permission to access...

Installed capstone from the Git repo, tried to run `make` in the sandsifter folder and got these error messages : ``` cc -g2 -O3 -pipe -fPIC -Wformat -Wformat-security -fno-omit-frame-pointer -fexceptions...