Johannes Müller

Results 822 comments of Johannes Müller

For the time being, they're checked in as a convenience so you don't have to install asciidoctor to read the manpages. So yeah, probably they shouldn't be cleaned. Feel free...

It would help a lot if you could give us instructions on how to reproduce this issue from scratch.

I already tried to reproduce the issue on your original description, but I can't get to the failure state. That's why I'm asking for specific instructions, ideally a couple of...

I don't think there's any benefit from supporting tags both with and without `v` prefix. It just adds confusion. We settled on `v` prefix for tags and that's it. Just...

@asterite No, the Crystal bug is already fixed in 0.36.0. There is no actual bug here except that `shards list` doesn't complain about additional, unknown flags. The result of `shards...

To fix this properly `CLI.run` needs a major refactoring because currently a number of common options is handled there and thus allowed for all commands. But `shards list --skip-postinstall` doesn't...

Yeah, it should definitely fail on invalid options.

This problem of a repos vanishing can be mitigated by having a mirror which can still provided if the main source fails. This doesn't need a cerntralized repository but can...

My answers to such feature requests might repeat themselves, but there's another option: 4. Use an actual build system (e.g. `make myshard O="${SNAPCRAFT_PART_INSTALL}"/bin`)