Salim Bensiali
Salim Bensiali
See line https://github.com/olahol/react-tagsinput/blob/master/react-tagsinput.js#L3.
HI, Is it possible off the shelf or with custom transforms to generate SCSS variables whose values are CSS custom properties? ie, I would like ```yml button: color: background: primary:...
Hi, it seems not all components leverage the ThemeProvider's [`useBootstrapPrefix`](https://github.com/react-bootstrap/react-bootstrap/blob/master/src/ThemeProvider.tsx#L78) to allow for prefixing all component classes with a custom one. Examples are: - [ModalTitle](https://github.com/react-bootstrap/react-bootstrap/blob/master/src/ModalTitle.tsx#L4) - [CloseButton](https://github.com/react-bootstrap/react-bootstrap/blob/master/src/CloseButton.tsx#L36) Is fixing this...
First of all thanks for this action and the cli tool. I am noticing a consistent `0 ms (+100% 🔺)`. Is this expected? See screen grab below
Follow up of #45
According to https://github.blog/changelog/2022-04-06-dependabot-alert-api-adds-relevant-update-info-to-the-schema, dependabot alerts are now easily connected to the relevant pull requests. I was wondering if you are considering leveraging this new feature to simplify the work that...
HI, while trying the package at https://npm.runkit.com/snyk-nodejs-lockfile-parser I got an error: It seems the `debug` package is used [here](https://github.com/snyk/nodejs-lockfile-parser/blob/master/lib/parsers/lock-parser-base.ts#L7) but it is not explicitly declared as a dependency inside https://github.com/snyk/nodejs-lockfile-parser/blob/master/package.json.