Nikolay

Results 46 issues of Nikolay

``` ReferenceError: window is not defined at module.exports (G:\work\cinema\node_modules\boron\node_modules\react-kit\getVendorPrefix.js:9:18) ``` no window on the server use something instead (maybe this, maybe global)

Something like this would be more appropriate I guess, since Webpack now supports `import()` ```js async function initIntl() { if (typeof Intl === 'object') { return } await Promise.all([ import('intl'),...

I can see you're handling `touchend` event but no `touchcancel` event. They seem to be different things: https://alxgbsn.co.uk/2011/12/23/different-ways-to-trigger-touchcancel-in-mobile-browsers/ I was just looking at your code while implementing my own stuff.

help wanted

I started with copy-pasting the sources of `zipcelx` but then decided to rewrite it and added some features. https://catamphetamine.gitlab.io/write-excel-file

The current version of this library doesn't support React 18 because using React 18 requires using `react-redux@8` and this library uses `react-redux@7`.

> I apologise in advance if I have misrepresented either of the frameworks. Contact me to correct an error in the above comparison table, if you'd like to add another...

If you (or someone else coming from Google) are ever gonna rewrite this in javascript. I dropped the `fs` part but the rest works like this. This could be left...

Здравствуйте. Я просто проходил мимо. Уютный проект, а что по API? Я поискал через Ctrl + F, не нашлось. Если есть чё, то можно было бы прикрутить вот этот GUI:...

Нормальное человеческое ридми

https://github.com/react-restart/ui/blob/main/src/DropdownMenu.tsx ```js const menuProps: UserDropdownMenuProps = { ref: setMenu || noop, 'aria-labelledby': toggleElement?.id, ...popper.attributes.popper, style: popper.styles.popper as any, }; ``` `aria-labelledby` is forced to be the `id` of the toggle...