Ian Ker-Seymer
Ian Ker-Seymer
wrt neovim, i've been experimenting with using the. ode-client and interacting with tsserverlibrary directly. the result seems much easier to maintain/iterate on.
I have this in my vimrc as well, its useful.
You can specify a `headers` in the DSL: ``` ruby resource "SmartTip" do header "Authorization", :authorization header "Content-Type", "application/json" header "Accept", "application/vnd.api+json" let(:authorization) { 'Bearer 43721984702319' } # ... do...
@ms-jpq Not sure if this is relevant anymore, but instead of baking in the triple you could leverage Rubygems platform support for gems. If you use the [rb_sys gem](https://github.com/oxidize-rb/rb-sys/blob/main/gem/README.md) with...
Ended up doing something similar to what @simi suggests for `rb_sys/mkmf` — https://github.com/oxidize-rb/rb-sys/blob/49f89667f3074f80381d8cd95cb0d8baec69ba00/gem/lib/rb_sys/mkmf.rb#L136
An alternative here would be to support some type of command for Bundler: like `bundle autoclean`. This would cover the most common use case of removing bloat for Docker images,...
I messed around with a slight refactor of this PR which tries a slightly different approach by moving the sampling behavior to a new type. LMK which you prefer: ```diff...
100% agree. Most folks will have it in their dep tree already, anyway I imagine.
> A new (non-Ruby) parser will run the risk of introducing new security issues and bugs. I'm not so sure about this. Sure, writing a _brand new_ native parser would...