Results 25 issues of Feliche-Demian Netliukh

It's not an issue, it's rather a stupid question. How can I change this: bgc --> backgroundColor: '#fff', or this: pos-a --> position: 'absolute', to this: bgc --> backgroundColor: #fff;...

**Describe the bug** I have encountered the bug that the tests in the CI environment for Loki are running differently compared to the tests that I run locally on my...

Hi everyone! I try to customize tsdoc that it would wort for interface properties as well. # Description As for now I have created a tsdoc function: ```lua local tsdoc...

I have used redux dev tools for a long time, but recently they just stopped showing any data. What to do? OS: M1 Mac Browser: ARC 1.0.1 (40233) (uses chromium)...

**Describe the bug** When using the `useWindowScroll` prop on the `VirtuosoGrid` component, `data-virtuoso-scroller` does not include the footer in height measurement, causing it to be pushed outside of the boundaries...

bug
PR welcome

I use this awesome plugin with React. I encountered the bug when using the ternary operator inside the `t` function: `{t(short ? 'Short language' : 'Language')}` This code gives 7...

When using Lazyvim with Neotest, I'm encountering a problem where Neotest incorrectly shows tests as failed even though they pass, particularly when the Jest config is not in the root...

When I make a selection of the paragraph on top of the editor, editor adds additional node. Lexical version: 0.12.2 https://github.com/facebook/lexical/assets/51330172/efbac5aa-2efe-482c-9cd9-2182179eaf0c ## Steps To Reproduce ```ts const paragraphNode = $createParagraphNode()...

Hi! Spend a month tweaking my typescript configuration to integrate it with vscode. How is it different from typescript lang extra? 1. It uses Vtsls instead of Tsserver which has...