Jake Merdich

Results 16 comments of Jake Merdich

From experience, heaptrack has a fairly terrifying serializer/deserializer, and I'm not surprised something like that would happen with the long symbols that async rust has.

Actually, I was able to replicate it with any command with a semicolon, the `aa` was just an example. This was specifically on the python backend using e.g. `r2pipe.open("/bin/ls")` (can't...

I haven't seen any progress here for a long while, but ignoring (systemverilog) asserts seems like a critical bug, and I'm certainly not comfortable switching to cocotb while that's broken....

Having symlinks doesn't seem too odd, but FWIW, I'm also seeing this error when modifying config.toml (... "unexpected path: "/config.toml""). This is on Windows v0.14.1 installed from Scoop, and the...

Still present on 10.8.11 (tested on Firefox, Chrome, and Android-app-webplayer). This wouldn't be so bad if the default audio track was playing **and** the audio dropdown indicated it, but because...

If you're going through with this, I'd much prefer allowing any macro here instead of directly taking klipper's leds. A lot of lights go through Moonraker's integrations and not through...

Could this be the same issue as https://github.com/jellyfin/jellyfin-web/issues/3994? I have a PR out to fix that.

After trying this for a bit, there's instability resulting from the shared `target/aoc/completed.json` that is read/written during the build (race condition between multiple years). Fixing this might require always passing...

Adding temporary instructions until there is some way to make LDAP users that are not read-only users. 1. In a shell, run `python manage.py shell` 2. Run the following commands...