Jan Killian

Results 28 issues of Jan Killian

Without dropAsset, the implicit injection works and manifest is inlined in html: ``` new InlineChunkManifestHtmlWebpackPlugin() ``` With dropAsset, the implicit injection doesn't work and manifest is not inlined in html:...

See https://github.com/apollographql/eslint-plugin-graphql#graphql-literal-files. Currently, running tslint on `src/**/*.{graphql,gql}` fails, because tslint tries to interpret the files as TypeScript.

VS Code inserts path to local files url-encoded to be recognized as valid link (even local), like ```md :[Report](./2023-07%20Report.md) ``` However. converting to PDF returns error that `2023-07-11%20Report.md` does not...

Use case: build documentation that embeds PDF parts from different non-markdown sources

**Describe the Feature** - Create a prettier plug-in [`@prettier/plugin-sql`](https://prettier.io/docs/en/plugins.html) - Optional: remove standalone VSCode plugin - it's simpler to avoid maintenance and focus on functionality within Prettier **Why do you...

enhancement

Please update raml-parser dependency, when https://github.com/raml-org/raml-js-parser/pull/122 fix is released on npm.

The Workspaces tab says: "Refresh interval settings are located in the timer section", but there's no such setting.

enhancement

### Checklist - [X] I confirm there are no unresolved issues reported on the [Chocolatey Status page](https://status.chocolatey.org). - [X] I have verified this is the correct repository for opening this...

Bug

```prisma model Name { id Int @id // layout(X, Y) } ``` Tasks: - [ ] update positions from schema on edit, or undo - [ ] update schema on...