Michael Adams
Michael Adams
As part of t-oster/LibLaserCut#71 I've filtered out spaces from the transmitted gcode for Grbl, should save a few bytes in the transmitted gcode. Looking at the Grbl code, it _seems_...
Sorry, didn't see your message till now. Yes, that sounds good, interested to see what the overhead is.
I can't remember exactly, but I believe they are issued the very first time your app talks to Flick's servers. If you wipe the data/cache for your Flick app, then...
Fair enough, I've moved it up the pipeline a bit to nilify empty arguments for all commands. This however broke unit tests when sending a blank password (e.g. `PASS `)...
With a view like `foo.xnode`: ``` ``` Requesting `/foo` results in an exception being logged by `Handler` and the appropriate error page being shown, but `Mailer` doesn't trigger. Backtrace: ```...
Yeah that makes sense, syntax errors are things that we should know about so they can be fixed :)
You could check how Rails handles the `reload!` command in the rails console: http://guides.rubyonrails.org/autoloading_and_reloading_constants.html#constant-reloading
I was able to manually install using: ``` gem install openssl -- --with-openssl-dir=$(brew --prefix openssl@3) ``` Then I could `bundle install` as normal.
@james-ai did you find a solution to this?
> @madleech unfortunately not, and I haven't been given time to look into it in a while. Are you experiencing the same issue? @james-ai I am. I worked around it...