Tim
Tim
I made some relatively small changes to the yaml file (stagger, spread, shift), and now autorouting is timing out. Did I do something unexpected/wrong? Yaml changes: https://gist.github.com/tmelz/fcc14a363c52034a2a6e3d7aaf06551f/revisions Autorouting timeout https://github.com/tmelz/samoklava/runs/5532704678?check_suite_focus=true...
For apps with multiple scroll areas, it's cumbersome to activate scroll mode then tab to get the one you want. Is there an easier way already? If not, it'd be...
Just found your project and tried to run a basic example: ``` >lein clean Cleaning up. >lein deps Copying 10 files to /home/mellort/Apps/jonromero-music-as-data-e82b033/lib Copying 1 file to /home/mellort/Apps/jonromero-music-as-data-e82b033/lib/dev >lein compile...
### Description Allow opening a task with context via a link, like `vscode://saoudrizwan.claude-dev/task?message=Hello%20World`. Makes it easier to integrate with other tools like CI. As a follow up, I'd like to...
``` tonal.Progression.fromRomanNumerals("C", ["ii"]) ``` and ``` tonal.Progression.fromRomanNumerals("C", ["II"]) ``` both output ``` ['D'] ```