Nathan Willson
Nathan Willson
Responding to @yordis's comment in [this thread](https://github.com/ueberauth/ueberauth_facebook/pull/65) ## Feature: It would be nice to have the ability to use a "state" param, whilst maintaining CSRF protection changes mentioned below. ##...
# Summary Fixes some deprecation warnings that have recently popped up. ``` 13:12:13 rails.1 | DEPRECATION WARNING on line 115 of /usr/local/Cellar/tmuxinator/2.0.0/libexec/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_color.scss: 13:12:13 rails.1 | !global assignments won't be able...
I've been implementing a live view app and came across an instance where I wanted to toggle a class, not simply add or remove it. I _could_ simply store the...
Even if one specifies a size of `100` the returned qr code has a width/height of 128. This is something related to the rust qrcode library. Perhaps the dimensions are...

Fix compile issue. Running `cargo build` on the project has a `unused_qualifications` error since the RawLoader is already imported: ``` error: unnecessary qualification --> src/lib.rs:59:34 | 59 | static ref...
Both these controls are broken. My guess is it's a liveview handler issue