KapitanOczywisty

Results 7 issues of KapitanOczywisty

Currently `key` attribute is silently skipped, shouldn't this be set as attribute or property or at least in `dataSet`? https://github.com/proteriax/jsx-dom/blob/a24e63e96836575ddf878a2a43263c7178c86db1/src/jsx-dom.ts#L135-L136

### Support capture events Events like `onClickCapture` are present in typings, but weren't working. PR add support for Capture variants. ### Fix custom events Currently custom events are not working,...

I've exported with `patch-package` a few types, which are useful when creating own JSX components: `ClassName`, `PropsWithChildren`, `ReactNode`, `ReactElement` and probably more in the future. In React all these are...

pr-welcome

There is persistent problem with injected languages where unclosed parentheses or quotes eat whole document. I'm proposing to add option e.g. `applyEndPatternFirst`. This would check such `end` pattern at every...

[C/C++ extension :link:](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) [repo :link:](https://github.com/microsoft/vscode-cpptools) provides quite neat rename functionality: after entering new name, it shows view where you can select what you want to rename. This allows to select...

rename

I've implemented drawing compressed lines, as they are sent from iprint. Compression has fallback when it reaches uncompressed line length (48 bytes).

Tested & confirmed: - Battery state 0-6 - Device type - Device version (compression version check) Not clear: - Device ID - some kind of activation code which iprint can...