Lucas Bremgartner
Lucas Bremgartner
I did some thinking about this. I understand, that the initial idea of `bin` is defined in the README.md as follows: > `bin` started as an idea given the popularity...
I compiled `bin` from `master` and with this version the installation of the `tar.bz2` worked.
Judging from [this comment](https://github.com/marcosnils/bin/issues/79#issuecomment-803637247) we only have a "solution" for `.tar` and `.tar.gz`. So my personal view on this is: 1. We should have a filter for non matching OS...
I like the idea to extract all files from a given archive. My question is, what would be the location, where the archive gets extracted. Before I discovered `bin`, I...
@sirlatrom I agree with you, that supporting dependencies would be a completely different beast to tackle. But extracting all files from an release archive to a target folder instead of...
Just to give an example, installing cue with `bin install github.com/cuelang/cue` misses a lot of valuable documentation.
@sirlatrom My idea is to extract the archives e.g. into `~/.local/share/bin/-`. In the tool I started coding I then linked the binary to e.g. `~/bin`, so this file is not...
I have the same issue with `strconv.ParseFloat`, where the argument `bitSize` is considered as magic number even though the only two valid values are `32` and `64`.
I wonder why `gqlgen` does insertions and deletions of the imports on its own in contrast to relying on `golang.org/x/tools/imports`, which is purely made for this purpose, used with great...
I looked into this topic myself for a similar idea (SQL backed event bus) and compared my ideas with the current implementation of watermill-sql. In my understanding, the benefits in...