Michael de Silva
Michael de Silva
Hi all, Corrected `w.pid_file = w.pid_file = File.join(RAILS_ROOT, "log/mongrel.pid")` to ``` ruby w.pid_file = File.join(RAILS_ROOT, "log/mongrel.pid") ``` Thanks! Mike.
JWT auth has no concept of "cookies" -- therefore, this middleware needs to ignore running on any root path starting with `/api`.
Please expand on the above. Is this simply a CI related task or?
Hi all, I've used the following as a means to generate all Irish cities, ``` ruby module MyApp class Country def initialize(country_code) @country_code = country_code end def cities cities =...
Hey @Clivern, I was wondering if you'd find some of these examples useful to add to your collection. Here's the link https://gist.github.com/bsodmike/8d60c8aa8f47ca2735dab2a167b8c06a Cheers, Mike
1. Are you using Helium hosted Console or running your own open source Console? Self hosted / v2.2.12 2. If you are on Helium hosted Console, which url are you...
The email shows markup, hmm. Will try digging into the script.
Hey Andy, I one of your videos I saw you were able to get a quick fzf type finder for last commands Any tips please? Also how did you get...
This breaks when moving from `0.3.2` to `[0.4.0-alpha.1](https://github.com/rust-embedded/linux-embedded-hal/compare/v0.3.0...v0.4.0-alpha.1)` -- but the changelog does not mention this? ```rust error[E0277]: the trait bound `I2cdev: _embedded_hal_blocking_i2c_Write` is not satisfied --> examples/basic.rs:12:26 | 12...