Dmitry Petrov
Dmitry Petrov
Hi, first of all, thanks for great library In the source code there is a calculation of the scrollbar width https://github.com/willmcpo/body-scroll-lock/blob/79c4cf2c956eb7d5cf8d54a03d12751bc6ac8aa3/src/bodyScrollLock.js#L76 ```js const scrollBarGap = window.innerWidth - document.documentElement.clientWidth; ``` it...
Hi, i have next proto file: ```proto syntax = "proto3"; package some.service.proto; service Offer { rpc Calculate (Request) returns (Response); } message Request { message Item { int32 id =...
Hi, first of all, thanks for great extension! I have project in list named as "something.js". When i rename it to just "something" (remove ".js") i get error "Project already...
## Expected behavior `require-description-complete-sentence` with `@return` should cause an error/warning ```js /** * Just a component. * @param {Object} props Свойства. * @return {ReactElement}. // problem are here (just a...
Hi, in my project i use `storybook` with typescript and `react-docgen-typescript` I have component file with default exported class like this: ```jsx export default class Component extends Component { static...
Hi, i use `@storybook/react 5.2.6` and in story `` style-elements and they have an order that depends on the name of the component. files three example: ``` . └── src...
### Version v20.11.0 ### Platform Linux petrov-dm 6.5.0-15-generic #15~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Jan 12 18:54:30 UTC 2 x86_64 x86_64 x86_64 GNU/Linux ### Subsystem _No response_ ### What steps will reproduce...
### What version of Bun is running? 0.6.13 ### What platform is your computer? Darwin 22.1.0 arm64 arm ### What steps can reproduce the bug? 1. create `index.ts` with content:...
- named export `createSagaMiddleware` added to `@redux-saga/core` According to #2396 | Q | A | | ----------------------- | ---------------------------------------------------------------------- | | Fixed Issues? | | Patch: Bug Fix? | |...
Hi, I'm having difficulty building a project for Node.js via webpack. In my case in the project I use my own package that uses redux-saga as dependency In webpack I...