Jerome Dalbert
Jerome Dalbert
@bquorning > I’ll think about it some more. Any update on your thoughts? My guess is that Rails projects that use inflections are either probably just disabling this cop (my...
@gsdean FYI I worked around the issue in my app by not using union types, and using interfaces instead. It seemed to mostly work. Unions and interfaces in GraphQL are...
Not a solution to your problem, but a potential workaround: I've been using [vim-smoothie](https://github.com/psliwka/vim-smoothie) for smooth scrolling, and it seems to work fine-ish with scrollbar.nvim
In order to implement the right solution and to make sure I understand correctly, let me summarize the problem first. ### Comparison of binstub shebangs - Global binstubs generated by...
> Maybe add an env_shebang boolean setting to Bundler analogous to RubyGems one. Adding a new `--env-shebang` option sounds good to me. If we want to be fully analogous to...
> Also, I believe --shebang as a CLI flag is deprecated, so we should be adding env_shebang only as configuration, not as a CLI flag. I am unclear on this...
👋 I'm having a look at this issue @cdenneen, if you are still interested. It seems that most of the conversation about what the right solution should be has moved...
### Steps to reproduce the issue With the following config: ```viml let g:scrollbar_right_offset = 0 let g:scrollbar_shape = { \ 'head': ' ', \ 'body': ' ', \ 'tail': '...
FYI, and in the meantime, I've had good success with this hack in `s3_website.yml`: ``` ... s3_bucket: ... cloudfront_distribution_id: ... ``` And then you do `ENV=production s3_website push` or `ENV=staging...