Ben LeFevre
Ben LeFevre
I am having this exact same issue with a different NNS library: https://github.com/nmslib/hnswlib Believing the problem to be in hnswlib I was looking for alternatives when I came across this...
FYI Yabai does support per-space padding so you can adjust the `sidePadding` function of your script to: ```lua local function sidePadding(val) local space = hs.json.decode(yabai('-m query --spaces --space')) local space_index...
I was able to work around this by sending Hammerspoon below everything else: ``` yabai -m rule --add app="Hammerspoon" manage=off layer="below" ``` but note this makes using the Hammerspoon console...
This seems to related to processing a large list of files. When I remove the globbing and target each file individually: ```bash find website -name '*.cue' | xargs -I _...