Gavin Stark
Gavin Stark
I just ran into this too. I implemented this method inside my class (in your case `Nginx`) -- I don't like the name, but it works. ``` ruby def remote_on(*args,...
The issue seems to be that the nested sortable controller is receiving a `disconnect` message from Stimulus. To fix this locally I modified my code to have the *parent* sortable...
Yes, I was experimenting with the cookie store but I wasn't sure how to make it work. I think the API should work to try to use any existing cookie...
I speculate the problem is related to an issue in the `trilogy` gem where it cannot support `caching_sha2_password` - see [this issue](https://github.com/trilogy-libraries/trilogy/issues/26) I had to make these changes to use...
Yes, in my setup, I am manually setting `DATABASE_URL` to use this new `test` user. I think you could modify the existing `{{ env.DB_USER }}` to use `mysql_native_password` - though...
@niels Your issue might be related to the one I just posted #38 -- see my comments there. I think the fix is two-fold: 1. if `ID`s are going to...
I have this same issue and would love to see this PR land. However, I wonder if the test of `value.indexOf("%")` is too simplistic. MDN gives [this method](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent) for determining...
@ambethia I'd like to recommend merging this just after the current cohort ends. (and with some notification to the current cohort slack channel)
Just took a look. Looks good. I might think we want a link where we can focus the sidebar to just one program at a time? But overall this is...
@ambethia Can we close this PR and delete the branches? I think we've decided we are satisfied with how the navigation functions -- for now.