Paul Garner
Paul Garner
### System Info n/a ### Who can help? _No response_ ### Information - [ ] The official example scripts - [ ] My own modified scripts ### Tasks - [...
- **Poetry version**: 1.7.1 - **Python version**: 3.11 - **OS version and name**: macOS 14.1.1 - **pyproject.toml**: ```toml [tool.poetry] name = "poetrytemp" [tool.poetry.dependencies] python = "^3.11" [build-system] requires = ["poetry-core"]...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Enhancement description Judging by this issue: https://github.com/localstack/localstack/issues/6748 specifically the closing comment: > We've...
``` /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/unique_ptr.h:602:12: error: unknown type name 'nullptr_t' operator==(nullptr_t, const unique_ptr& __x) _NOEXCEPT ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/unique_ptr.h:610:45: error: unknown type name 'nullptr_t' operator!=(const unique_ptr& __x, nullptr_t) _NOEXCEPT ^ fatal error: too many errors...
This is weird I have a module that has this code ```ocaml let point () = Gg.V3.v (Owl_stats_dist.std_uniform_rvs ()) (Owl_stats_dist.std_uniform_rvs ()) (Owl_stats_dist.std_uniform_rvs ()) ``` This works fine in `dune utop`...
Hi, Firstly, thanks for your brilliant app! I realise it's very subjective, but it's driving me nuts - don't you think the 'Back' link should be on the left? Just...
#### The problem I wanted to do this: ```python class MyFactory(factory.Factory): class Params: country_code_choices = ( "AU", "GB", "DE", "US", ) country_code = factory.fuzzy.FuzzyChoice(factory.SelfAttribute("..country_code_choices")) ``` But I get: `TypeError: 'SelfAttribute'...
### Description Current "AWS Solutions" nag pack is incomplete compared to the full set of validations in FSBP https://docs.aws.amazon.com/securityhub/latest/userguide/fsbp-standard.html ### Use Case Our platform team are running some other tool...
### Python Version 3.11 ### Django Version 4.2 ### MariaDB/MySQL Version MySQL 8.0 ### Package Version latest ### Description First arg to constructor is currently annotated as `expression: Expression`: https://github.com/adamchainz/django-mysql/blob/main/src/django_mysql/models/aggregates.py#L27-L37...