Damon Timm

Results 11 comments of Damon Timm

Thanks for the quick reply. I had a look at: https://github.com/lewis6991/spellsitter.nvim/blob/master/queries/ruby/spell.scm ``` (comment) @spell (string_content) @spell ``` I am not sure where `comment` and `string_content` are sourced from ... I'm...

Good idea! Would need to be able to do it on a specific date or a range of dates or some basic querying. I like it! Would be happy to...

I think if you add a generic relationship to your model you should be able to query and sort based on the number of hits. See [this part of the...

You can disable the MAX_HITS_PER_IP address but, as written, the code does store the user's IP address. You would need to make modifications to the source code. I am no...

Hey there - sorry it's taken me so long to get back to you. As I wrote in the README I am not actively maintaining this script ... I don't...

Hey there - sorry it's taken me so long to get back to you. As I wrote in the README I am not actively maintaining this script ... I don't...

Great! Give me a couple days and I will update the README and my website to point to your github. Am glad someone has taken it over. Thanks! On Fri,...

Thanks for looking into this and the tip about `unauthorized_by_pundit`! Curious what you find about adding `pundit_role: create` to the `argument` call. While doing what you showed (above) in the...

Been looking for this!

I recently submitting #26 for some error raising abilities; and, after doing so, narrowed down the problem we are having with one developer machine to a `JWT::InvalidIatError`. It sounds like...