red
red
Is there a way to use nested types in builder? For example: `context.SomeModel.KeysetPaginate(b => b.Descending(entity => entity.Options.SomeOption), reference: new { Options = new { SomeOption = value } });`
**Describe the bug** Subj. **Expected behavior** The "type" prop should have string type. **Screenshots** 
**Describe the bug** Disabled attribute is missing for [textarea](https://github.com/AgnosticUI/agnosticui/blob/master/agnostic-svelte/src/lib/components/Input/Input.svelte#L380) **To Reproduce** Steps to reproduce the behavior: 1. Set isDisabled to Input with type "textarea". 2. Style has applied, but user...
Is it possible to specify the correct jsdoc for store? ```js // $matches.mobile: string instead of boolean export const matches = createMediaStore({ mobile: "(max-width: 480px)", }); ```
I think something wrong with rotation in current version. https://github.com/radek-k/FFMediaToolkit/blob/master/FFMediaToolkit/Decoding/VideoStreamInfo.cs#L32 Previous version: 4.5.1. FFmpeg 6.1 ```C# var file = MediaFile.Open(@"C:\out.webm"); Console.WriteLine(file.VideoStreams.First().Info.Rotation); //=> 90 ``` Current version: 4.6.0. FFmpeg 7.1 ```C#...