Matija Marohnić

Results 82 issues of Matija Marohnić

Regarding the built-in `compareContents` comparator, won't comparing source content to target content pass every file through? Assuming that the gulp task performs some kind of transformation on the source content....

On search there were multiple implementations of locking scrolling which was conflicting with the one implemented in Orbit. This development-only warning attempts to detect this and advise replacing these with...

Currently our ESLint config for JavaScript (Flow) and TypeScript are strictly separated, but when we start adding TypeScript files at some point in the future, we want to have the...

Checking icons implemented in #2332 is awesome, but I missed three requirements when reviewing it: 1. it should not run when `require`d (which is why it runs on `postinstall` as...

The problem is it's possible to forget to add a new export to [`orbit-components/src/index.js.flow`](https://github.com/kiwicom/orbit/blob/ff7dce8185d198ae847a3330287ab75dc5837f2b/packages/orbit-components/src/index.js.flow) and [`orbit-components/src/index.d.ts`](https://github.com/kiwicom/orbit/blob/ff7dce8185d198ae847a3330287ab75dc5837f2b/packages/orbit-components/src/index.d.ts) (that goes for all libdefs, but one step at a time). It would be...

Instead of having multiple `` elements for each selected option, react-selectize has one element with values delimited by a `,`.

Make a list of which MDX v2 features don't work in this extension and fix them.

enhancement

This is inherently tricky because we have to make some sort of a subset, we have to gracefully degrade what we can't display, like imported React components. See [vscode-mdx-preview](https://github.com/xyc/vscode-mdx-preview) for...

enhancement

VSCode recently got a native feature for auto-closing JSX tags. Let's see how to make it work in MDX without the [Auto Close Tag] extension. [Auto Close Tag]: https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag

bug

When commenting a line using ⌘ + /, top-level JSX: ```jsx ``` should turn into Markdown comments: ```md ``` and commenting content inside a JSX tag: ```jsx ``` should turn...

bug