Jonas Ehrlich

Results 5 issues of Jonas Ehrlich

When using nested Unions, deserialization does not happen correctly. Consider the following structure: ``` python class StatusEnum(Enum): IDLE = auto() RUNNING = auto() @dataclass class Cfg(JsonSchemaMixin): status: ty.Dict[str, ty.Union[ty.List[StatusEnum], ty.List[str],...

- Simple implementation of a `djangorestframework` inspired `StringRelatedField` class - The field is serializable-only per default - A callable can be passed in to deserialize the string - Optionally a...

### Description When installing a private Git dependencies of a project, with a global Git configuration that uses `url.insteadOf` the install fails with a `dulwich` error. This is a setup...

kind/bug
status/triage
area/vcs

Previously, multi-config generators were detected by the value of the `CMAKE_CFG_INTDIR` variable. If a multi-config generator was detected, the CMAKE_CFG_INTDIR was included. This has different values from the $ generator...

## Problem Description onnx-mlir fails building with the *Ninja Multi-Config* generator on macOS (though this should not be related). Configuration and build with the normal *Ninja* generator works. ```sh MLIR_DIR=$(pwd)/../llvm-project/build/lib/cmake/mlir...