Kyle J Strand
Kyle J Strand
I'm trying to remember the context here, because I don't quite understand from my description why overriding the number would make the version string conform with the PEP. I'll try...
Okay, here are the current normative Python rules: https://packaging.python.org/en/latest/specifications/version-specifiers/#pre-release-separators The problem is that the rules specify a finite number of valid prerelease labels: `alpha`, `beta`, `c`, `pre`, `preview`, `a`, `b`,...
...in fact, even copying real Apache-2.0 text into the entry for `ident_case` doesn't prevent it from being replaced with the MIT text. I do not understand this behavior.
Having used this feature in Go, it's extremely useful. Being able to distinguish different reasons for cancellation can be critical for correct behavior.
It's actually still not working (tested this time with Ubuntu 23.04 on a VM on Mac OS), but for some reason the originally-linked Erlang issue has been replaced with a...
I just installed Erlang using the [RabbitMQ instructions](https://www.rabbitmq.com/install-debian.html#apt-cloudsmith), and it went fine. But, come to think of it, there's not a ton of benefit in doing so, because the Gleam...
> The thing that makes the most sense to me is that everything is relative to where the config file is, not where you run the command 💯 Yes. I...
Note that this could be one solution to the difficulties of multiple packages in one repo, so it's somewhat related to https://github.com/knope-dev/knope/issues/988
Would this be for `prometheus`, i.e. a migration of [this issue](https://github.com/grpc-ecosystem/go-grpc-prometheus/issues/85)?
> Simple is an understatement, currently we are not doing any validation. This would require a huge amount of effort and also a shift in the library from a strict...