valadaptive

Results 209 comments of valadaptive

@tesuji If you want, I can take up this work.

The reason I chose "Scale to" specifically is that the NTSC standard specifies 480 lines of vertical resolution, so you'll want to scale to that value for accuracy. What kind...

/cc @pi0: this has been sitting since April, and I wanted to make sure it was on your radar. I'm working on a CLI app that could make use of...

Does [ntsc-rs](https://github.com/valadaptive/ntsc-rs) work for your use case?

> yes but it took days or a day of rendering even at 600p resolution videos of 1 hour, with near 20 gb 1080p With ntsc-rs? Can you send a...

On https://github.com/valadaptive/ntsc-rs-website, the logo in the navbar [uses `eleventy:ignore` on an `` inside a ``](https://github.com/valadaptive/ntsc-rs-website/blob/a598530ee7f78ce2e6664f117818d537b68c77ee/src/_layouts/base.html#L27). [The attribute isn't stripped from the ``.](https://github.com/valadaptive/ntsc-rs-website/blob/e2ed9c9e4d807342a94475118c9636c02e2ac45b/index.html#L21)

The removed `range` function took the galley as an argument, whereas its replacement (`char_range`) does not. Is it possible to make `char_range` take a `Galley` and do the clamping there,...

So far, just the `union` case (https://github.com/valadaptive/glypht/pull/8). > Hey, Valibot parses complex data that may contain nested schemas without modifying the original input. This is useful when applying transformations, for...

Compare [Zod's documentation](https://zod.dev/basics) (emphasis not mine): > Given any Zod schema, use `.parse` to validate an input. If it's valid, Zod returns a strongly-typed *deep clone* of the input. It...

> bugs (aka non-intentional differences), like the windows drives thing are intentionally not documented though Should a separate issue be opened for the Windows drive thing, since it is in...