Moulick Aggarwal

Results 122 comments of Moulick Aggarwal

Gentle nudge as I want to get https://github.com/Homebrew/homebrew-cask-drivers/pull/3008 working and closed :)

Specifically check `LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib` is present in your .bashrc if you use bash or .zshrc of you use zsh

Having a PPA would be awesome.

I made a PR at https://github.com/Homebrew/homebrew-core/pull/116607. This currently only builds the CLI part without the server. Maybe later I can improve this to also handle the npm run build and...

We can support both MacOs and Linux in brew. Directly building the server on macOS does work (I tried and tested it). CGO should also be fine, not a problem...

Just tried brew on a Linux cloud machine. Cannot run `brew install --build-from-source ntfy` there. I think it'll only be available once https://github.com/Homebrew/homebrew-core/pull/116607 is merged and @BrewTestBot builds the bottles...

@binwiederhier is docs necessary for the server?

Now I have achieved building web + server + cli in brew. but not the docs as now that needs python

1. I think it's a requirement by brew to have it compliable from source. Haven't seen any formula that downloads pre-built as far as I can see. 2. That's what...