David Maxson

Results 10 issues of David Maxson

I get some odd results when using an `Optional[Union[...]]` type when a regular `Union[...]` works great. ```python from dataclasses import dataclass from typing import Optional, Union, List import dacite @dataclass...

For url parameters passing an array, such as "x__in=[1,2,3]", these are generally encoded as "x__in=1&x__in=2&x__in=3", but can also be passed as "x__in[]=1&x__in[]=2&x__in[]=3" (for example, this is default behavior in the...

ormsgpack version: 1.2.3 # Current behavior ``` >>> import decimal >>> ormsgpack.packb(decimal.Decimal("12.345")) Traceback (most recent call last): File "...", in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "", line 1, in ormsgpack.packb(decimal.Decimal("12.345"))...

enhancement
help wanted

Just spun up a brand new project based on django-cookiecutter, then followed the process for manually integrating Django CMS. When I am in the ckeditor and creating or modifying a...

stale

**Please use the [Discourse forum](https://discourse.nameko.io/) for support requests and questions.** **Describe the bug** If a message is sent over RPC from a client to a service and the service fails...

contributor-friendly

Adds a reference to the [`data-dag` library](https://github.com/rearc-data/data-dag) to the Airflow Ecosystem page, as a tool to help build DAGs via factories.

### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Is the issue caused by a plugin? - [X] It is not a plugin...

Requiring that a model inherit from NaturalKeyModel can conflict with other model modifiers that also requiring inheritance. It would be nice if the same functionality could be exposed via a...

enhancement
help wanted

I'm trying to use this in a very minimal setup with just one or two physical hosts. I can set up the configs and secrets, but once the stack is...

# Which issue does this PR close? Closes #1005 . # Rationale for this change Improves clarity for developers (particularly new ones) about which toolchain to use for Rust development....