Nikolay

Results 285 comments of Nikolay

Ага, Postgres, вижу. Ну, реляционные базы — тоже хорошо. Как плюс — они гибкие, и можно всегда добавлять какие-то фичи, которые были бы сложны в условиях просто файлов. Да и...

Если будете писать README по API, можете взять для примера вот такой документ, который я писал для "двача": https://github.com/catamphetamine/captchan/blob/master/docs/2ch.hk.md

I myself haven't used React Native, so someone else would have to do that. Theoretically, I guess this component could be ported to React Native. This component accesses `Intl` global...

И тревиса почини, иначе кто станет юзать проект с build failing

This hook is used in `react-bootstrap`'s `` component, which makes it not be able to support a custom `aria-labelledby` property. https://github.com/react-bootstrap/react-bootstrap/blob/master/src/DropdownMenu.tsx ```js const [menuProps, { hasShown, popper, show, toggle }]...

> A Popover/dropdown isn't a select input replacement. I see. Well, there's nothing else resembling a select replacement in the components list. https://react-bootstrap.github.io/components/dropdowns/ For some reason, Bootstrap doesn't want to...

This seems to be an `import` issue, or something like that. Inspect `libphonenumber_js_1.AsYouType` to see what it is. Inspect `libphonenumber_js_1` to see what it is.

A thing to note is that the project uses `type: "module"` feature. First, I attempted to rename `styleguide.config.js` to `styleguide.config.cjs`, otherwise it complained about `module.exports` not being a valid ES6...

@haltersweb That's a good showcase app. We implemented your idea in a workaround in our React app. So, the workaround is to have an `aria-live` region outside of the current...

`fflate` works. An example of how to use it in a web browser, which is not in their readme (@101arrowz): ```js import { unzipSync, strFromU8 } from 'fflate' /** *...