Daniel Bernstein

Results 6 issues of Daniel Bernstein

I get an exception when trying to do a bulk insert on a collection where I have defined the primary key as an embedded document. Repro: ``` from mongoengine import...

https://github.com/spulec/moto/blob/c301f8822c71a402d14b380865aa45b07e880ebd/moto/ec2/models.py#L6549 I'm working with localstack on moto and trying to simulate a flow of: - create spot fleet with X instances - cancel the fleet without terminating instances - cancel...

bug

Now that TOML 0.5.0 is released, what is the plan to support the new features? (I'm not using toml-node directly, but rather a different tool which relies on this.) Thanks!

It's not yet in a formal release, but the TOML master spec allows hexadecimal, octal, and binary integer values. I'm using hex in my project, but better-toml is marking that...

enhancement

### Bug summary I encountered some failures in my testing yesterday where Jira was intermittently failing to find a user who exists. The error is no longer occurring, but I'm...

**Describe the bug** Since updating to PyCharm 2022.3, the viewing a requirements file doesn't seem to work any longer. I realize the supported versions list shows support only up to...

bug