Justin Cypret

Results 6 comments of Justin Cypret

Hi @skorth. Thanks for bringing this up! I was able to recreate using the view helper `dom_id(@model, :action)`. Hadn't considered that scenario before. Looks like overriding [`to_key`](https://github.com/rails/rails/blob/b13a5cb83ea00d6a3d71320fd276ca21049c2544/activemodel/lib/active_model/conversion.rb#L59) instead of `to_param`...

I looked through the codebase but wasn't able to find this feature either. I have a project with similar requirements: 0–45% = RED, 46–69% = YELLOW, and 70–100% = GREEN....

^ agree For anyone else looking for a workaround, this seems to do the trick: ```lua vim.cmd([[colorscheme nord]]) -- italicize comments local hl = vim.api.nvim_get_hl_by_name("@comment", true) vim.api.nvim_set_hl(0, "@comment", { fg...

Is there any recommendation for this issue? I first ran into this when attempting to add `logo.svg` to my `application.hbs` template. I can place the logo image in `app/assets/images/logo.svg` and...

I appreciate your help on this @bradleypriest. Very nice solution; tried it out and it worked perfectly!

I ran into a similar issue when working with the Amazon MWS reports API. A report is requested, then a different endpoint polled using the request ID until the response...