Anthony Panozzo
Anthony Panozzo
I ran into this issue today, and fixed by using the code in this PR: 1. Made my `Gemfile` reference these commits: ``` gem 'sassc-rails', github: 'GCorbel/sassc-rails', branch: 'add-source-maps-on-debug' ```...
I would also find this useful. Thanks for submitting!
For anyone who has this need, I am able to indent every trailing line with a spaces to have it look mostly decent (except the "return" link is always on...
Would still prefer to have the "return" link be at the very end of the footnote, but this is my workaround for now.
(Not a maintainer, just a user of this library) When I change the `severity` in our application using the latest version of the gem (1.6.3), it does seem to change...
I ran into this today using gem version 0.10.0. Will add one more workaround: ```ruby expect(response.successful?).to be true ``` It's a little less fancy, but seems to not have issues...
Also please note that https://github.com/mcmire/super_diff/issues/159#issuecomment-1404770659 seems to reference the same issue, in case that is helpful.
+1 for this change, ran into this since we are on Ruby 3 and started using the query params for one query.
Running into something like this as well with `CASE` statements. Wanted to write up what I'm seeing in case helpful. ``` $ dataform --version 3.0.19 ``` Minimal reproduction case: ```...
@SyedMuqtasidAli please do not @ message random people for your issues. Kindly see https://github.com/princeton-nlp/SWE-agent/issues/609#issuecomment-2191766755 for another instance of this.