Nick Pope

Results 169 comments of Nick Pope

Duplicate of #729. The enum functional API is too dynamic for static type checking. In this case `mypy` would need to know how to split `"A B C"` and determine...

@intgr I think it'd be worth adding a section to the FAQ to discourage use of the functional API as it seems as though it's not something that will ever...

Duplicate of #729. The enum functional API is too dynamic for static type checking. In this case `mypy` would need to know how to split `"A B C"` and determine...

@intgr I think it'd be worth adding a section to the FAQ to discourage use of the functional API as it seems as though it's not something that will ever...

It is a duplicate as it stems from the same issue. I delved into it a little more and the problem is down to how `mypy` handles using the functional...

Also found this related issue: https://github.com/python/typing/issues/693 Following on from Adam's example, I did note that `==` and `!=` with a literal number do work as expected: ```python from typing import...

For anyone interested in this, I have Oracle working on the main [branch of my fork](https://github.com/ngnpope/django-docker-box/commits/main/). I have a bunch of tidying up to do, but hopefully in the coming...

For anyone interested in this, I have MariaDB GIS working on the main [branch of my fork](https://github.com/ngnpope/django-docker-box/commits/main/). I have a bunch of tidying up to do, but hopefully in the...

For anyone interested in this, I have Selenium working on the main [branch of my fork](https://github.com/ngnpope/django-docker-box/commits/main/). I have a bunch of tidying up to do, but hopefully in the coming...

I had a look, but couldn't seem to trigger it by clicking around on the icons. It seems to happen in the background. I have the following indicators: 1Password, Kolide...