Marlon Regenhardt

Results 137 comments of Marlon Regenhardt

Or add a utf8-Encoder/Decoder tool. Might as well add a switch for different encodings in that case.

Is there a way to use RestEase with STJ yet? I'm trying to implement WebAuthn in a Blazor application using the [passwordless Fido2 lib](https://github.com/passwordless-lib/fido2-net-lib)'s models, which use STJ attributes and...

@jkone27 The v3 API works already, can you just use that? The NuGet client uses that by default already.

Refer to #5830 and #5827, both were closed after someone posted the workaround `.type('something', { force: true })`, which does work for using the element, but also invalidates the test...

In november nuget will drop HTTP support - it does however look like this issue has been resolved for both the guy using docker and the guy using IIS, right?...

Where would this be best located? The IIS part goes nicely into the [IIS docs](https://github.com/loic-sharma/BaGet/blob/main/docs/installation/iis-proxy.md), the Docker part goes nicely into the [Docker docs](https://github.com/loic-sharma/BaGet/blob/main/docs/installation/docker.md), but where to put the Kestrel...

So your readme straight up lies saying "...built on .NET Core"? Could be "...built on .NET" or "...built on .NET Framework and soon .NET Core" instead.

This would be amazing to have, even though I'd integrate it as optional somehow so DevToys doesn't immediately install a GPT model if never used and actually even more important,...

~Also I'm not entirely sure how well this feature would fit into the current DevToys context.~ Forget this why am I even arguing with the actual creator of DevToys It...

API thoughts: Build it on the whole `Chat` context, i.e. `Chat.NET`, `GptChat.NET` or something? Transformers can do more than text generation so maybe not that. Or could the library become...