Steven Ryland

Results 9 issues of Steven Ryland

### Describe the bug It's a bit hard to describe, but `dotnet test --filter` seems to have a hidden max character length at which it will no longer match characters...

Area-DotNet Test
untriaged

As published on official docs, and confirmed by our usage of CosmosDB, the per-query limit for JOINs is `10`: https://learn.microsoft.com/en-us/azure/cosmos-db/concepts-limits#sql-query-limits However, the emulator appears to only support a max of...

Newer versions of the `google/google-java-format` project support Text Blocks and other newer Java language features. Right now when I try to use them, this plugin is outputting: `error: unclosed string...

The link for Termion in the README points to crossterm: https://github.com/mikaelmello/inquire/blob/main/README.md?plain=1#L121 Should be `https://lib.rs/crates/termion`

This contains fixes for the issues described in: * https://github.com/BarRaider/obs-websocket-dotnet/issues/136 * https://github.com/BarRaider/obs-websocket-dotnet/issues/138 * https://github.com/BarRaider/obs-websocket-dotnet/issues/139 It also contains: * Fixes for deserialization issues in MediaInputStatus * Actually allowing OBSVideoSettings to be...

**Issue Type** - Bug - Feature Request (It's kinda both... A "design" bug) **Describe the issue** Right now the [SetVideoSettings() API](https://github.com/BarRaider/obs-websocket-dotnet/blob/b8ae595e243a601be0da01c66f1e97c80282adad/obs-websocket-dotnet/OBSWebsocket_Requests.cs#L1368) is basically unusable. That's because all the `set`ters on...

**Issue Type** - Support Issue **Describe the issue** https://github.com/BarRaider/obs-websocket-dotnet/blob/b8ae595e243a601be0da01c66f1e97c80282adad/obs-websocket-dotnet/Events.cs#L522-L526 The package follows a pattern of directly writing to Console when errors occur. This is highly undesirable, especially for those who...

**Issue Type** - Feature Request **Describe the issue** https://github.com/BarRaider/obs-websocket-dotnet/blob/b8ae595e243a601be0da01c66f1e97c80282adad/obs-websocket-dotnet/Events.cs#L522-L526 Right now the library has a `default:` case when handling events that simply throws unrecognized events away, with no ability to...