Bo Jeanes

Results 96 comments of Bo Jeanes

Re-running reproduced it at the ~28 minute mark. No backtrace shown even with `RUST_BACKTRACE=1` (haven't tried `RUST_BACKTRACE=full`), but I haven't checked if `cargo install` strips debug symbols or something. Hopefully...

What about the following for inheritance: ``` ruby action :create => :new do def call post.update_attributes params[:post] redirect_to posts_path end end ``` It runs the risk of being confused with...

You can see _how_ off it is here: ![image](https://user-images.githubusercontent.com/2560/89847077-512afa00-dbc6-11ea-8a5d-5259e8d50d89.png) 12 notifications, _most_ unread, extension reports 3 > * You have a different GitHub account connected to the extension Nope, only...

Haha well that was a journey. I figured it out by way of installing a different GH notification add-on and realising something while creating a new token: ![image](https://user-images.githubusercontent.com/2560/89849236-72421980-dbcb-11ea-8204-b68e84d33180.png) You need...

Removing authorised application from my account forced the notifier to go through a full authorisation request again (OAuth2 web flow), which again confirmed it was requesting private access. It still...

No, I checked the actual response. GitHub is only returning a subset of my notifications (corresponding to the number the add-on displays on its icon). I don't think there is...

FWIW this is an awesome idea. I am a big fan of single mode with the number line color: ![indent guides](https://img.skitch.com/20111128-cuuhebhd6pkgn7pfpg43ihpft4.jpg)

I'd love support for `input_number`s in general, but in lieu of that I have done something like: The basic pattern for each of those is: ```yaml - entity: sensor.tent_reservoir_ph name:...

I'm on Apple Silicon with Monterey (new MBPs) and that build did work for me! However, it crashes if opening it from within the disk image: ``` ❯ /Volumes/KaTrain/KaTrain.app/Contents/MacOS/KaTrain /Volumes/KaTrain/KaTrain.app/Contents/Resources/venv/bin...

Agreed. "role" doesn't make sense in the scope of Pundit policies. `permission` or `action` or anything like that would be more in-line with Pundit's approach. The policy examples in [Pundit's...