Oskar Boëthius Lissheim
Oskar Boëthius Lissheim
Eg local OS notifications in macOS, and similar for Linux/Windows. Maybe could use `terminal-notifier`: https://github.com/julienXX/terminal-notifier
First, thanks! Chlorine is a great productivity boost for us 🙏🏻 I'm using ^G to jump to a var definition, but it would be great to quickly be able to...
When using this pod I notice that babashka is running in Intel mode (through Activity Monitor). Feels unclean :D Any idea about this and if it's an easy fix?
Why not auto-match parentheses as well? PS. Isn't []-matching now in Snow Leopard's Xcode by default?
Should probably be a cleanup method in after_destroy in user.rb, so the redis data is removed after destroying a User.
Always using `gpt-4-turbo` these days, so it would be nice to change that to the default (instead of `gpt-3.5-turbo`). Did a quick search but didn't find out about this, sorry...
tests failed on my Swedish locale before, due to diff between eg `43,5` and `43.5`. modified tests to explicitly set the locale for the formatter. now all tests pass as...
Tests shouldn't fail just by changing the locale/region of the machine they're running on. This is output from the test suite on my macOS machine. Swedish locale is set, which...