Rui Chen
Rui Chen
@pmbethe09 I am actually looking for something similar as well. My use case is I have classpath loading issue, and I do want to turn off buildifier for some code...
what I am looking is to disable reordering for certain lines (something like below): ``` # buildifier: leave-alone deps = [ "//modules/base", "//modules/module-b", "//modules/module-a", ] ```
It would be also good to add the options of generating the completions for individual shell (instead of generating for all shells).
> > The common pattern of > > ```ruby > > (bash_completion/"foo").write Utils.safe_popen_read(bin/"foo", "completion", "bash") > > (zsh_completion/"_foo").write Utils.safe_popen_read(bin/"foo", "completion", "zsh") > > (fish_completion/"foo.fish").write Utils.safe_popen_read(bin/"foo", "completion", "fish") > > ```...
@bonifaido, thanks for your contribution to Homebrew! 🎉 🥇 Without awesome contributors like you, it would be impossible to maintain Homebrew to the high level of quality users have come...
ping @drmjc
on linux ``` # github.com/imgproxy/imgproxy/v3 /home/linuxbrew/.linuxbrew/Cellar/go/1.19/libexec/pkg/tool/linux_amd64/link: running gcc-5 failed: exit status 1 /home/linuxbrew/.linuxbrew/bin/ld: /tmp/go-link-781065624/000015.o: undefined reference to symbol 'ceil@@GLIBC_2.2.5' /home/linuxbrew/.linuxbrew/bin/ld: /lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line collect2:...
relates to #106837
#108624
@jeelmakani it need to be built from source.