JP Lomas
JP Lomas
May or may not help, but I used SD Notary to help automate the code signing of an Electron-based app for Apple M1/Monterey which also kept failing until I went...
Python 2.7 via Homebrew alone will not work. The steps here will keep this working: https://www.alfredapp.com/help/kb/python-2-monterey/ ``` export PATH="/opt/homebrew/bin:/usr/local/bin:${PATH}" eval "$(brew shellenv)" brew install pyenv pyenv install 2.7.18 ln -s...
Worked for me too once I'd unlinked Python2: ``` rm "${HOMEBREW_PREFIX}/bin/python" ln -s ~/.pyenv/versions/3.9.4/bin/python "${HOMEBREW_PREFIX}/bin/python" ``` Thanks for updating @bevesce ! @andrehofmeyr -- this may work: ``` export PATH="/opt/homebrew/bin:/usr/local/bin:${PATH}" eval...
Hi 👋, nice first PR. The hover is really nice! When tested (Chrome, MacOS) there was overlaying of the x-axis by the label as highlighted in the screenshot: Perhaps a...
Thanks for opening this issue. We *could* make the input number (it is text at the moment) which would stop the user _entering_ a comma, but the risk here is...
(the QRL address in screenshot above is invalid as the checksum is invalid!)
To add with #230
When we version bump Meteor this will be more reliably implemented/straightforward to implement at a lower level.