Michael K.

Results 47 comments of Michael K.

Alternatively you could keep the `git clone` command and alter the symlink.

It was about your pull request post. I didn't read the commit diffs. My comment doesn't say what I meant. I propose to use `git svn clone https://svn.bestofmedia.com/frontend-repository/frontendCommons/sWebserviceClientGenerator -T trunk...

For some reason the classifiers are called “trove classifiers”. https://pypi.org/classifiers/ uses that and refers to https://peps.python.org/pep-0301/#distutils-trove-classification and the PEP links to http://www.catb.org/~esr/trove/

This worked for us: ```python CACHES = { "default": { # … "OPTIONS": { "CONNECTION_POOL_KWARGS": { "ssl_ca_certs": "/etc/ssl/certs/ca-certificates.crt", }, }, }, } ```

@jplock Yes it is. We're running our code inside debian-stretch docker images. You might need to adjust the filename (and maybe the path?) if you run your code in a...

The warning was valid until November 2023, see this announcement: https://aws.amazon.com/about-aws/whats-new/2023/11/aws-lambda-controls-search-filter-aggregate-lambda-function-logs/

I tried your branch, but now I run into a different problem. The field is defined as `period = DateRangeField(null=False, blank=False)` and we use `period.lower`/`period.upper`. With psycopg3, pylint complains that...

We've used that now for a while in production with AWS CodeArtifact and it did not cause any problems.

> Can it be rebased with the latest changes? Done; but wasn't really necessary :shrug: