Aeonik Chaos
Aeonik Chaos
Hello, The arpeggiator does not scale properly with different sample rates. The faster the sample rate, the faster Arp notes play. This can be replicated on my system by: 1....
Hello, I think it might be a good idea to have support for "unsquashing commits" and moving individual hunks from a single commit to other commits, or branches. Use Case:...
Hello, I was trying to export a 10GB dump of a local capture using the following command: `kismetdb_dump_devices --force --ekjson --in Kismet-20221028-19-33-03-1.kismet --out Kismet-20221028-19-33-03-1.json` During the export the program crashes...
Hello, I am attempting to run the following code snippet: ``` clojure (def python-file (slurp "convert_logseq_md_to_org.py")) (let [g (antlr/parser "./external/parsers/grammars-v4/python/python3/Python3Lexer.g4" "./external/parsers/grammars-v4/python/python3/Python3Parser.g4" {:root "file_input"})] (antlr/parse g python-file)) ``` Upon running this...
Hello, I have an enhancement request to fix a minor issue with Node Selection workflow. Issue: - `Ctrl+LeftMouseClick`: allows selection of **multiple nodes**. After selecting, clicking and dragging these nodes...
Hello, I have been using btrfs-heatmap to record my BTRFS drives for the last 6 months. The space taken up by the PNGs is getting to be large. Since H.264...
Hello, I’ve been working on patches for `uiua-mode` in Emacs to enable a more interactive development workflow with UIUA. While testing REPL integration, I noticed that UIUA’s REPL currently supports...