Ivan Kleshnin

Results 50 issues of Ivan Kleshnin

Not exactly a **flummox** question, but would be great to discuss it somewhere. It's up to @acdlite to close this as offtopic if he wants to keep issues clear (some...

question
discussion
outdated

Hi. Can I suggest you to check (and possibly add) a new platform we currently developing: [paqmind.com](http://paqmind.com) We see it as "freeCodeCamp" / "KhanAcademy" inspired alternative. There's a lot of...

[**virtual-dom**](https://github.com/Matt-Esch/virtual-dom) attribute names differ from basic HTML in two cases: - `for -> htmlFor` - `class -> className` **html-to-vdom** does not behave consistent about the subj. It automatically renames `for`...

I'm coming back to **CycleJS** and **JSX-Transform** after some break. Versions and APIs of both changed quite a bit :smile: I discovered that `renameAttrs` option no longer works. It is...

If JSX file contains syntax error **jsx-transform** crashes with absolutely meaningless error message. It doesn't provide neither file, nor line, nor code chunk of actual error. Is this a limitation...

enhancement

Can we add some option to enumerate all possible event names? This is valuable because: 1) users will have an official place to check for possible `emit` options 2) we...

enhancement

Hi guys. Thank you for this awesome font and for all the hard work it took to made it! Maybe it's not the best place to ask but I'd like...

question

### What package has an issue @mantine/hooks ### Describe the bug https://github.com/mantinedev/mantine/blob/master/src/mantine-hooks/src/use-window-scroll/use-window-scroll.ts#L10 relies on direct `window` checks, should be hidden behind `useEffect`. ### In which browser did the problem occur...

bug

```tsx import * as React from "react" export default function Test() { const test2Styles = ` display: flex; flex-wrap: wrap; ` return test-1 test-2 {` .test-1 { display: flex; flex-wrap:...

### Bug Report or Question (not sure) #### What is the expected behavior? According to docs `:global` rules affect elements INSIDE given subtree. > Please keep in mind that :global()...