patricksurry

Results 65 comments of patricksurry

Same problem on Sonoma 14.2.1, old macbook air, python 3.12 Explicit pip install numpy before pip install aubio avoids the issue.

the open-adventure source tree starts from some [horrible f2c version](https://gitlab.com/esr/open-adventure/-/tree/24d7aeaf8a1dc13034884044139728045604fc37) where `main.c` includes references like below, so maybe I can reconstruct? `score.c` also has some deductions if you take hints....

lmk if it'd be helpful to break this PR into smaller chunks, since it combines a number of small features which maybe have individual objections

i see this on mac too. closing and reopening the containing vscode window often seems to help

i'm far from an expert, but github pages might even be viable for the docs pages themselves, and just link from the website? i've used that with mkdocs before.

I think it's [this issue](https://github.com/mamba-org/mamba/issues/2550). Try `micromamba config --add channels conda-forge`

'595 is a shift register for controlling multiple outputs, unlike the '165 which is a shift register for reading multiple inputs, see https://electronics.stackexchange.com/questions/395870/what-are-the-differences-between-shift-register-ics#:~:text=The%2074HC165%20can%20be%20used,to%20just%20a%20few%20GPIO's.&text=For%20a%20newcomer%2C%20the%20main,%2Fparallel%20out%20(SIPO).

I explored this a bit. I'm on an older macbook air running Sonoma 14.1.1. It seems to want RALT modifier attached to each key, not just pressed ahead of the...

> Typing the UTF-32 value (without leading 0s like KMK does) on the unicode hex input keyboard still does not work yes exactly, you have to type the utf-16-be encoding,...