Anton Gilgur

Results 283 comments of Anton Gilgur

Other than Debian / `apt-get` and Homebrew (#59), some other package managers may be appropriate or easier to set-up as well. For instance, on Windows: - [Chocolatey](https://docs.chocolatey.org/en-us/create/create-packages) - [Scoop](https://scoop.sh/), probably...

> I though, while you were introducing brew tap stuff and goreleaser, that goreleaser tool won't probably make what I call a valid `debian package`. > > Not just a...

> * huge impact on `eval` if the code is also evaled at run time Since there's a way around this -- just output to file and you get the...

Hi @Sylvain303, I'm back after a long delay (see [this comment](https://github.com/docopt/docopts/issues/54#issuecomment-1214202800) for more details on the delay) and did some testing for this! > > but I'm guessing Go handles...

### next steps > Should we close this discussion issue and open a working issue with some steps? I think we can move straight to PR from here and work...

Thanks for the quick response @Sylvain303 ! ### Can definitely help on the Mac front > I need a way to access a machine that would behave like a mac...

Hmm if this is considered ["Acceptable"](https://docs.brew.sh/Acceptable-Formulae) by Homebrew, I might be able to PR it to the main Homebrew repo instead actually. Small libraries and owners usually aren't acceptable but...

## macOS testing > You said, « Brew does work [on Linux](https://docs.brew.sh/Homebrew-on-Linux) » great but tools differ from mac and Linux (sed, awk, realpath, bash, etc.) So re-creating a mac...

Hi @Sylvain303, I'm back after a long delay (see https://github.com/docopt/docopts/issues/54#issuecomment-1214202800 for more details on the delay) and did a good bit of work on this repo today! > ## goreleaser...

### testing tap (+ `core` coming soon) > and since the build system / dependency management is the same as most Go formula now, it should be relatively straightforward to...