Slava

Results 21 issues of Slava

I think because of the lack of Components rendering in `RenderFragmentExtensions.RenderAsSimpleString`

enhancement

### Reproducible in vscode.dev or in VS Code Desktop? - [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ] Not...

bug
webpack-plugin

Google Chrome: It seems like the button element has default browser styles thus 11px font size. Where 1em = 16px

I have a very simple script: ```ts const sub = createClient(); function handler(...args) { console.log(...args); } await sub.subscribe(['some1', 'some2'], handler); setTimeout(() => { sub.unsubscribe(['some1', 'some2'], handler); }, 5000); ``` And...

Bug

**Documentation**: ``` var mask = new InputMask({pattern: '1111 1111', value: '98781'}) mask.getValue() // → '9878 1___' mask.getRawValue() // → '98781' ``` **Reality**: ``` var mask = new InputMask({pattern: '1111 1111',...

Redux Toolkit is the recommended way of using (or at least start using) Redux nowadays. Redux Toolkit has its own version of `createStore` function called `configureStore`. It's a problem because...

It looks like the library fits our goals perfectly exhibiting identity continuity, preserving the integrity of the Incubator Realm. But we need our sandboxes to be as restricted by available...

Let's say we have two clients: 1 and 2 that synchronise their awareness states via some server node. They both have some states. Now if we call `provider.disconnect()` on the...

bug

https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/src/RulesOfHooks.js#L39-L40 ```js const isPascalCaseNameSpace = /^[A-Z].*/; return obj.type === 'Identifier' && isPascalCaseNameSpace.test(obj.name); ``` Why is it necessary? Isn't it purely an artificial limitation? Our use case is absolutely valid both...

Status: Unconfirmed
Component: ESLint Rules

It looks like there is an infinite loop in one of the possible scenarios: ServerClient.destroy() => custom unsubscribe() => log.add => send => 'WS was closed' => LoguxServer.debugError => send...