Floryan Simar

Results 8 issues of Floryan Simar

# Feature request ## Is your feature request related to a problem? Please describe Currently, I'm using some smaller components for the inputs. These components are using values passed as...

Priority: Medium
Type: Feature
Status: Available
Status: Pending

## Background and Motivation As is, the identity classes are called directly inside the code by using the instance and there aren't any interfaces defined to use them. (For unit...

api-suggestion

## Background and Motivation As is, the class [`UserManager`](https://github.com/dotnet/aspnetcore/blob/main/src/Identity/Extensions.Core/src/UserManager.cs)and the class [`SignInManager`](https://github.com/dotnet/aspnetcore/blob/main/src/Identity/Core/src/SignInManager.cs) implements async methods, without the ability to pass a `CancellationToken` directly in the methods itself. This proposal follows...

area-identity
api-ready-for-review

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. In...

area-identity

As is, when you create a form data with a value that has been defined with a value, even values that represents *nothing* (`null` and `undefined`), it gets serialized in...

Hi, I was designing my app and I was thinking, is the better way for export dark mode when using tailwindcss v4, to use the `@apply dark` directive described [here](https://tailwindcss.com/docs/functions-and-directives#variant-directive)...

enhancement

### Describe the bug When combining the `withFieldGroup` for a complex array handling, the nested array element seems out of sync with the actual value of the group. I've just...

### CLI Version 2.58.2 ### Operating System and Architecture - [x] macOS (arm64) - [ ] macOS (x86_64) - [ ] Linux (i686) - [x] Linux (x86_64) - [ ]...

Bug
CLI