Andreas Molzer

Results 68 issues of Andreas Molzer

## Requested features It would be awesome to have support for the ITU-R Recommendations family of color representations. The primary ones of concern for today are `BT.709`, `BT.2020` and `BT.2100`...

Adds the missing RGB spaces and transfers functions of issue #121 (BT.2020, BT.2100). There are some quantization functions here as well but since they target 10-bit and 12-bit depths, which...

As I am not developing on Windows, this is an educated guess and has not been really tested. I am however familiar enough with `image` to be reasonably sure.

https://github.com/peteyy/rust-url-parse/blob/918ad50c704c67eb474ba0fd9bad76f543290561/neon/native/src/lib.rs#L14-L16 These lines should read `Url::parse(&url).map_err(Throw)?` where `Throw` is from `neon::vm::Throw`. Otherwise, an invalid url would panic and crash the rust program. I don't know how neon reacts to this...

Adds a full callback hook to customize schema _after_ the type annotations have been processed, not unlike `pydantics` own [`__modify_schema__`](https://pydantic-docs.helpmanual.io/usage/schema/#modifying-schema-in-custom-fields) customization point. The goal here is to provide a suitable...

This utility wrapper allows casting into the _representation_ of a `T` without the need for the alignment to match. In some applications, such as zerocopy networking or some filesystem internals,...

Needs Design?

This is necessary to utilize an ssh-key with the index repository. If no ssh is found, libgit never offers the SSH credential option¹ and the server fails with: no supported...

### Motivation In $business some core module is written in Rust. This module is then compiled to WASM in order to make the logic implemented in this this module accessible...

enhancement

This configuration will overwrite the default one while still being overwritten by an explicit command line argument. This handling matches the rules found in other programs such as git etc....