Nate Dwarshuis

Results 8 issues of Nate Dwarshuis

I'm using xcape in an Arch Linux host with virtualbox. Xcape works perfectly fine in host, but seems to send extra keypresses to the guest. Fir example, in the host...

This may or may not be a bug in autorandr. Minimal example, I have a postswtich script that looks like this: ``` #!/bin/bash ldd /usr/bin/dhall-to-yaml > /tmp/autorandr.log 2>&1 ldd /usr/bin/conky...

This is a follow up to https://github.com/dhall-lang/dhall-haskell/pull/2506 for a complicated case I forgot to add. In the case where an imported type uses another higher kinded type, the current algorithm...

**Snakemake version** 8.4.1 **Describe the bug** When using an input function which itself calls a checkpoint, previously defined checkpoints/dependencies appear to be ignored. **Logs** ``` > snakemake -c 1 --rerun-incomplete...

bug

I am thinking of a macro to define a function like this: ```elisp (-defun-kw foo (a b &key one (two "2") &rest args) (list a b :one one :two two...

It would be nice to inherit checkpoints in the same way we can with regular rules. For example: ``` snakemake rule starting_thing: output: "/tmp/test0.txt", shell: "echo 1 > {output}" checkpoint...

enhancement
stale

When in heat/cool mode, the current logic will only turn off the heater/cooler when the current temperature is within range. However, this won't work if the temperature goes from being...

This is a follow-up issue started from https://github.com/ndwarshuis/org-ml/issues/46#issuecomment-2477515151 TLDR, I had to make some high-level abstractions to deal with complexity in order to fix some old bugs, and this slowed...