Jake Merdich
Jake Merdich
I've been managing multiple instances of factorio for a while (for multiple servers with different versions and mod packs), and recently discovered this tool. While super-awesome (and having quite high-quality...
Very interested in this project, but I often work on non-standard or proprietary formats. All of the format support thus far seems to be done at compile time with parsers...
Putting in commands with multiple parts (eg. `foo.cmd('aa; axt foo')`) desyncs at least the python API, as r2 sends a NULL as each command finishes, and r2pipe only expects one...
While the individual code generators are useful, it'd be nice to have a machine-readable version-- sometimes the default generators just aren't a fit! `instr_dict.yaml` almost gets there, but it only...
When run in a subdir within a workspace, the following error appears: ``` error: current package believes it's in a workspace when it's not: current: C:\Users\jmerdich\workspace\aoc\2021\target\aoc\aoc-autobuild\Cargo.toml workspace: C:\Users\jmerdich\workspace\aoc\Cargo.toml this may...
**Root cause** The autoset options only seem to take effect on non-transcoded media-- the transcode URL is never updated! This means that if the selected audio does not match the...
In firefox and edge (not chrome), the fancy tooltips can get stuck open while ignoring an item if ignoring that item causes it to reorder the ingredients such that the...
On every resume, the watchdog thread happily reports that there has been a deadlock since the canary hasn't responded since before the computer resumed. Get notifications from logind over dbus...
The version on PyPI is not compatible with python 3. The bug itself has been fixed with 658df87 (Dec 2015), but the PyPI version was last updated in August 2015.
Immediate values in risc-v sign-extend their most significant digits to better represent negative offsets. For example the following: `0xbff00513` Should encode to: `addi r10 r0, -1025` (or more succinctly, `li...