Michael Romashov

Results 5 issues of Michael Romashov

It would be really convenient if the connection to the tracker can be initiated via an npm package import instead of a `script` tag (similarly to how `react-devtools` does it)....

feature request

Fixes #1251 Fixes #3375 Fixes #3292 Adds the `validateAfterSubmit` prop to ``. This will prevent form validation until after the first submission attempt, where it will then follow the logic...

### Description Seems as though the link line wrapping no longer respects the block width in release 0.4.0. In previous versions it would break the links with dashes, but it...

bug
text
bibliography

### Describe the bug I seem to get some nasty internal errors when attempting to bundle a module that imports anything from an external dependency (such as ones obtained through...

C-bug

Hello! I was creating a custom extension that uses an `InlineProcessor` to implement custom escape logic. This is what the function and class signature look like: ```py class EscapeInlineProcessor(InlineProcessor): def...

more-info-needed