Lorefnon

Results 47 issues of 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...

Vue
🔌 Plugins

Hello, thanks for maintaining Kysely. Would you mind exposing the AllSelection type from select-parser ? It is useful for consumers too.

typescript

This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### 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:...

Needs Investigation

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### 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...