Matt Tanous
Matt Tanous
I wasn’t able to do much more than whitelist it, and the line of development I was working on was deprioritized. I never got the chance to follow up beyond...
At the time, we were still using Carrierwave, so I can’t say anything about ActiveStorage on that. On Wed, Jul 11, 2018 at 11:54 Stephen Dolan wrote: > @CodingAnarchy did...
Documenting this a pretty good idea. I just spent a good chunk of time trying to determine where these false positives were coming from in my own specs when I...
It looks like this was never merged and ActiveRecord changed again for Rails 5.2, which breaks even this attempted fix.
Ran into this problem in Postgres on Rails 5.2 and Ruby 2.5.3 now. Is there any chance we can get this addressed? It seems a useful thing to be able...
Ran into this issue myself just now: a couple of our fields have long enough descriptions that they are word wrapped in the `schema.graphql` file, but the GraphQL Schema object...
I just noticed this is a problem for us. We would like to use this metric to make sure the function is regularly firing as expected, but as it is...
And I have no idea why my commenting on this unassinged @nimakms there.
> Or, you know, git add chap1{3,4,5}. However, I think it would be nice to be able to do `git add chap{1..12}` instead of `git add chap{1,2,3,4,5,6,7,8,9,10,11,12}` to get the...
This is a **_major_** issue for me, as it is resulting in `next_occurrence([Date])` producing the same date as is fed into it in many cases, due to the loss of...