Sören Nils Kuklau

Results 86 issues of Sören Nils Kuklau

I apologize if this proposal is too off-topic. Right now, the focus of the Password Rules Language seems to be on the characters it is made up of (and their...

### Is your feature request related to a problem? Please describe In the 3.0 previews, `TitleBar`'s `Header` property has been changed in behavior. It now shows up _to the right...

enhancement

On the client side, we use Blazor.Extensions.Logging to log to the browser console. Not yet implemented on the server side.

I don't generally use it, but tested it for #85. I get: >System.InvalidOperationException: JavaScript interop calls cannot be issued at this time. This is because the component is being statically...

Best as I can see, we currently use the gulp (and npm) infrastructure for two reasons: * it compiles SCSS to CSS, does some further jiggling, and copies the result...

Suggest users when typing `@` followed by part of a user name or display name. Multiple aspects required: * we need a UI like Gitter's own, or like in https://github.com/Blazored/Typeahead/...

In testing the API, I've found that `/v1/rooms/:roomId/users` has the same weird query behavior as the regular gitter client — that is, some users simply cannot be found, for whatever...

### Description I see that a code path exists for using `WindowStartupLocation.CenterOwner` with a Win32 owner, namely the `else` branch after https://source.dot.net/#PresentationFramework/System/Windows/Window.cs,3659. And indeed, this works, _as long as_ that...

Investigate

Can the `PropertiesComparer` return _which_ property was unequal? [It seems it currently fails without that information:](https://github.com/nunit/nunit/blob/4eaab2eef3713907ca37bfb2f7f47e3fc2785214/src/NUnitFramework/framework/Constraints/Comparers/PropertiesComparer.cs#L77) ```csharp if (result == EqualMethodResult.ComparedNotEqual) return result; ``` When a type has multiple properties,...