Jens Duttke

Results 17 issues of Jens Duttke

The latest version mentioned in the CHANGELOG.md (which is part of this project) is v3.2.1, but the latest released version is v3.4.2. It would be nice if the changelog would...

According to the Open API 3 specification there can be additional properties in `paths`, which don't identify a operation (e.g. `summary`, `description`, `servers`, `parameters`): https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#path-item-object https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#pathItemObject Anyhow, **swagger-snippet** creates snippets...

First, thanks for this great package! I'm using it in my web-application, where it works wonderful, even for very large files (> 10 GB). Unfortunately, if a page has a...

enhancement

**Library Affected**: workbox-webpack-plugin **Browser & Platform**: "all browsers" (not the browser is the issue, it's the auto-generated code) **Issue or Feature Request Description**: The plugin does not consider the Webpack...

Feature Request
workbox-webpack-plugin

# Bug Report The [documentation of `prefer-tacit`](https://github.com/jonaskello/eslint-plugin-functional/blob/master/docs/rules/prefer-tacit.md) states: | Generally there's no reason to wrap a function with a callback wrapper if it's directly called anyway. But this is not...

Type: Documentation
Accepted

I have the following rule setup: ``` 'scss/at-function-named-arguments': ['never', { ignoreFunctions: ['scale-color'] }], ``` So I expect, the named argument `$lightness` in the following `scale-color` function call is allowed: ```...

Bug 🐛
Help wanted 🙋

I have one file*: ```scss .foo { font-size: 14px; @import "_theme-light.scss"; @media (prefers-color-scheme: dark) { @import "_theme-dark.scss"; } } ``` And two additional files `_theme-light.scss` and `_theme-dark.scss`, which have content...

Bundlephobia (the linked page) states a size of 22.5 kb, not 2.5 kb

The most Adblockers block resources if they contain specific words in the file name. While creating hashes for file names, this should be considered to make sure, resulting files don't...