Jeremy Green
Jeremy Green
In Discord we traced my `bin/resolve` problems to the fact that I downgraded to Ruby 2.7 (in order to be able to deploy to an AWS Lambda Ruby image). Just...
I've been having this same problem, but the workaround suggested here is working for me as a short-term solution: https://github.com/ember-infinity/ember-infinity/issues/327#issuecomment-424682504
I ran into this same problem when using query params to trigger a model refresh. My route: ```javascript import Route from '@ember/routing/route'; import { inject as service } from '@ember/service';...
I ejected the `devise/sessions/new.html.erb` partial and added `data: {turbo: false}` to the form tag and that gets things working better. Now when I sign in to BT I do get...
I got something working that only disables Turbo on the login form for oauth based redirects. In `ApplicationController` I did this: ```ruby def user_return_to_is_oauth session["user_return_to"].match(/^\/oauth/) end helper_method :user_return_to_is_oauth ``` And...
Am also having problems with this in 3.5.3.
@andrewculver asked me not to merge anything related to outgoing webhooks, so I'm going to leave this for him to review and merge. Going to convert it to a draft...
Closing this as "completed" is a weird move since it's definitely not completed.
It would be helpful if the README for this package mentioned the Expo instructions somewhere. It's currently very misleading and makes it seem like the instructions in the README are...
@krystofwoldrich the instructions that you linked to don't seem to work. After following all of the instructions and trying to start my app I'm getting this error: ``` $ yarn...