Lorefnon
Lorefnon
# 🐛 bug report Attempting to write a transformer that converts svg files to vue components does not appear to be working as expected ## 🎛 Configuration/Setup Following the documentation...
Hello, thanks for maintaining Kysely. Would you mind exposing the AllSelection type from select-parser ? It is useful for consumers too.
This PR was automatically created by Snyk using the credentials of a real user. ### Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this...
**TypeScript Version:** 3.9.0-dev.20200322 **Search Terms:** partial, conditional types **Code** ```ts type SafePartial = T extends {} ? Partial : any; interface QB { insert(record: SafePartial): void; } async function insert1(qb:...
 ### Snyk has created this PR to fix 3 vulnerabilities in the yarn dependencies of this project. #### Snyk changed the following file(s): - `package.json` - `yarn.lock` #### Note...
Documentation Is: - [x] Missing - [ ] Needed - [x] Confusing - [ ] Not Sure? ### Please Explain in Detail... As of [this commit](https://github.com/webpack-contrib/sass-loader/commit/afbe114fecf54fa99ef635aea5ae1d3db6a119c1), passing `sassOptions: { indentedSyntax:...
Current docs recommend use of following config to enable sass indented syntax: ``` { loader: "sass-loader", options: { sassOptions: { indentedSyntax: true } } }, ``` It looks like after...