yokomotod
yokomotod
With #13464, mypy project started to use `--strict` option, so > We provide a --strict flag that is strict enough that we can not use it in mypy itself is...
note: > works with sentry's additional package like https://docs.sentry.io/platforms/go/guides/http/ (automatically set http request info to sentry events) below snippet will works on sentry side by using http request info. ```go...
other option: * separate pypi package? * `gokart-gcs` `gokart-s3` * (update) * NO. it will cause combinatorial explosion if we have more extras * and pip extra is straight forward...
@hirosassa Hi! How do your team feel, as another well know users? 😃 especially `# discussion` points on description
@maronuu @kitagry Is there any reason why you did not use the Poetry? If not, I will submit a PR.
Thank you for your detailed suggestion, I super like this idea. I too am very interested in improving the experience during local development, not only production operations.
Hi @cuotos, Thank you for your proposal. I added query parameters on [/compare/](https://gcp-iam-explorer-263803.web.app/compare) so please check it out !
> And what if someone wants NO_BINARY=:all: ONLY_BINARY=some_package? Why is the proposed order of precedence better? pip seems to have same precedence ``` $ pip install --dry-run --no-cache-dir --only-binary=requests --no-binary=:all:...
I see. The reason for this precedence is to achieve `ONLY_BINARY=:all: NO_BINARY=some_package` as described in #10231. We can use `NO_BINARY` as an exclusion of `ONLY_BINARY=:all:`. I'm not sure of the...
@dimbleby changed to lower `:all:` precedence