Nikolay

Results 46 issues of Nikolay

Open this example http://dynamicsjs.com/examples/pin.html And leave it for ~10 minutes. In my case (Chrome, Windows, DevTools open) the `svg` slowly grows bigger than the `.pin`. Maybe that's because the previous...

The README section confuses `enableBodyScroll` with `disableBodyScroll` both in text and in the code sample (should be vice-versa).

If I specify plugin config in `.babelrc` it throws the error. ```js ERROR in ./src/pages/Application.js Module build failed: SyntaxError: c:/dev/.../Application.js: Unexpected token (1:1) > 1 | import React, { Component...

The data is stale: there's already version 39 of CLDR.

When clicking "Show Previous Comments", those previous comments get rendered, their height gets measured, and the scroll position gets adjusted so that there's no percievable "jump" of content on the...

wontfix

https://github.com/catamphetamine/libphonenumber-js/issues/392#issuecomment-859472890 As @maurer2 suggested: ```js export const numberTypes = ['PREMIUM_RATE', 'TOLL_FREE', 'SHARED_COST', 'VOIP', 'PERSONAL_NUMBER', 'PAGER', 'UAN', 'VOICEMAIL', 'FIXED_LINE_OR_MOBILE', 'FIXED_LINE', 'MOBILE'] as const export type NumberType = typeof numberTypes[number] ``` "NumberType...

1. Returns an "Invalid" API Key from `generateSecuredApiKey(key, {})` called with empty options argument. When that function is called with `{}` as the options argument, it returns some API key....

The current implementation of `getDerivedStateFromProps()` polyfill is not fully correct: it doesn't demand `null` be returned which is [required by the official spec](https://github.com/facebook/react/issues/12562). ```js function componentWillReceiveProps(nextProps) { // Call this.constructor.gDSFP...

enhancement

https://github.com/catamphetamine/archiver-bug

### Is your feature request related to a problem? Please describe Currently, `` component doesn't accept a custom `aria-labelledby` property. The properties generated by `@restart/ui` `useDropdownMenu()` hook overwrite any custom-passsed...

enhancement