Steven Staley
Steven Staley
I get the following error: ``` ==> arm-image: E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable' ==> arm-image: E: Repository 'http://archive.raspberrypi.org/debian buster InRelease' changed its...
When navigating to "samples" and running: ``` docker run \ --rm \ --privileged \ -v /dev:/dev \ -v ${PWD}:/build:ro \ -v ${PWD}/packer_cache:/build/packer_cache \ -v ${PWD}/output-arm-image:/build/output-arm-image \ -v ${HOME}/.ssh/id_rsa.pub:/config/id_rsa.pub:ro \ -e...
- Updated several dependencies to fix safe_str_cmp werkzeug issue - refactor to use flask blueprint to fix circular dependency issue - add .vscode to .gitignore related Issues: https://github.com/juriansluiman/groceri.es/issues/29 https://github.com/juriansluiman/groceri.es/issues/28 https://github.com/juriansluiman/groceri.es/issues/19
When attempting to run the app via `python app.py` I get the following error: ``` python app.py Traceback (most recent call last): File "app.py", line 25, in from models import...
Logs from my docker container: ``` Running script /app/prestart.sh Run flask migration upgrades (show current version first) Traceback (most recent call last): File "/usr/local/bin/flask", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/flask/cli.py",...
Here's my OSMD config. ``` const osmdInstance = new OSMD.OpenSheetMusicDisplay(div, { autoResize: false, backend: backend, pageBackgroundColor: "#FFFFFF", pageFormat: this.pageFormat, drawTitle: true, drawTimeSignatures: this.includeTimeSig, drawMeasureNumbers: false, drawFingerings: true, drawCredits: false, drawPartNames:...
### Which web client version did you detect this bug with? v1.14.0 ### What environment (build systems, module system, and framework) did you detect this bug with? TypeScript v4.7.4, node...
DueI noticed that this module creates two network interfaces & two public IPs. I guess the second network interface is for an elastic IP. Considering the new charges for public...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior ``` music-xml-tagging) ➜ musicxml-tagging 🔧 git:(repertoire-additional-fields) ✗ awslocal s3 ls s3://museflow-music-xml-output-bucket-local/repertoire/PNO/Alexander%20Goedicke%20-%20Eastern%20Melody/2024-10-04T23:46:24.000Z/png/Alexander%20Goedicke%20-%20Eastern%20Melody.musicxml_1_time_sig_600.png...
## 🐛 Bug report Pretty simple, it says in the docs here: https://jaredpalmer.com/formik/docs/api/withFormik#handlesubmit-values-values-formikbag-formikbag--void--promiseany that you can return a promise from the handleSubmit function, however it isn't included in the withFormik...