Jake Gordon
Jake Gordon
I have a project with ~1,000 .md files. When running `hexo generate --watch --debug`, if I edit and save just one .md file I see: ``` 18:08:18.210 DEBUG Processed: blog/abc.md...
On Ubuntu 16.04.3 LTS via WSL (`Linux pc-name 4.4.0-43-Microsoft #1-Microsoft Wed Dec 31 14:42:53 PST 2014 x86_64 x86_64 x86_64 GNU/Linux`). Gives this error: ``` ERROR { Error: kill ESRCH at...
GitHub is perpetually showing the orange 'pending' icon rather than a 'failure' red cross for builds that have failed. Strangely the green 'success' tick is coming through correctly though. I...
### SerialPort Version 12.0.0 ### Node Version Bun 1.0.2 ### Electron Version _No response_ ### Platform Linux thing 5.15.90.1-microsoft-standard-WSL2 #1 SMP Fri Jan 27 02:56:13 UTC 2023 x86_64 x86_64 x86_64...
Is this delay really needed? https://github.com/kaluma-project/kaluma/blob/3bf77ea1b7278b9d236415f7df1609e0a55d10b0/src/repl.c#L509 ... it makes flashing new usercode to the Pico take 0.5s more than it maybe needs to.
Running `.ls` shows no files, and `.pwd` shows we're in root. Where is the usercode which is sent to the Pi Pico via `kaluma flash -w` stored? If putting MicroPython...
See https://github.com/oven-sh/bun/issues/5789 . I think we need to pin the latest `node-serialport` (12.0.0+) but can't get it to fully work yet.
### What does this PR do? Adds a guide for deploying a Bun app to Heroku, similar to the existing guide for deploying to Render.
Any idea if Kaluma will just work with the new microcontroller, or does it need some code changes?