Artur Drobinskiy
Artur Drobinskiy
Fixes #363. This is actually the only change that is needed for a library to work in react-native. (secure id generation is not supported in react-native). In react-native project there's...
It'd be great to support react-native! Use case: web-based react-native designer, render the results (view-only) in react-native. View-only mode (``) doesn't actually depend on anything dom-related, so it seems easy...
DateOnly is serialized to JSON as 'yyyy-MM-dd' (e.g. '2022-01-16'). When it's deserialized (in JS), NJsonSchema uses `new Date('2022-01-16')`. Considering I'm in New York (UTC -5), `new Date('2022-01-16').toLocaleString()` gives me `1/15/2022,...
For usual `` or other html components this is not an issue. But if I pass these functions through several components these intermediate components rerender too often. I need this...
I have a Locator instance (DOM element located using `page.locator()`). I'd like to find the `input` that is 'near' to my Locator. Seems like currently it's not possible, or at...
### Reproducible in vscode.dev or in VS Code Desktop? - [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ] Not...
`deepObject` serialization style is required when I try write endpoint like this: ```C# [HttpGet] public async Task GetAnswers([FromQuery] AnswerFilters filters) { // Do something }; public class AnswerFilters { public...
This one is planned if there's enough interest in it. Please plus one if you are interested