Will Leinweber

Results 108 comments of Will Leinweber

Thanks @sir4ur0n this helped me a lot to figure out how to use autoPatchelfHook on the sorbet gem. I vendored a forked version of bundix @jdelStrother's patches to generate separate...

If this is the correct repo, that file missing is preventing https://github.com/zamith/heroku-buildpack-crystal/pull/2 from fixing https://github.com/will/crystal-pg/issues/14 which is due to https://github.com/manastech/crystal/issues/1269

I like grouping them in the directory for sure

I know there are some limits on the api to the rate you can use the "big" creds to get the 1 hour cookie-like access token that you actually use...

Thanks for looking into it. Terrible is a great start. I'll give this a spin soon

Been using this for a long time now it's great

The only thing, on a private server (https://github.com/justinweiss/robut/pull/47) ``` ruby room_name = "#{message.from.node}@conf.hipchat.com" ``` has to be changed to ``` ruby room_name = "#{message.from.node}@conf.btf.hipchat.com" ``` or, when mentioned in another...

@mna it formats for me on nvim 0.9.1, which is the current released version of nivm. Formatting breaking might be due to an upcoming change in 10? I'm not in...

Thanks! Also, rubocop may have disabled `Style/MethodMissingSuper` when they put in `Lint/MissingSuper ` https://github.com/rubocop-hq/rubocop/pull/8376 I do remember it yelling at me about the method missing one, but I cant remember...

That's my understanding, but if the new MissingSuper is disabled here, you might want to turn back on MethodMissingSuper manually?