cbeams

Results 201 comments of cbeams

@loicrouchon, glad to see this effort, as I'm in need of the "Custom completion" functionality you've described above. The details of my use case are specific to my application, but...

Hey @remkop, this looks like a good direction. A few thoughts and questions: ```java @AutoComplete.Generator("mycommand generateCompletionsForMyCustomType") ``` It's worth considering that `mycommand` may not be on the user's `$PATH`. They...

@chimp1984 asked me about the status of getting the Bisq build working on M1 Macs for some work he was doing with @pedromvpg. I just looked back into it. It...

A big +1 here as well. The existing syntax, as found at https://github.com/integrations/slack#configuration, could already accommodate filtering for at least one specific branch. Right now it's possible to do: /github...

This issue just caught me too. Thanks @DSteve595 for posting the fix!

Looks like the nodejs buildpack just started supporting user-defined cache directories with heroku/heroku-buildpack-nodejs#203. They're doing this via a custom `cache_directories` attribute in `package.json`, which seems reasonable to me. I want...

@jkutner I am not currently using buildpack-multi. I've done so before, and it's proved more hassle than it's worth. I'm using the normal grade buildpack in conjunction with https://github.com/srs/gradle-node-plugin, and...

@mgmeyers, would you be interested in posting a bounty to fund and prioritize your implementing this feature? I'd pledge $50 toward it and assume many others here would too. In...

Suggestion: the ability to preserve arbitrary content described above could be implemented similar to the way a board's `Archive` is already implemented. `Archive` is a well-known heading value that's recognized...