Maciej Kravchyk

Results 9 issues of Maciej Kravchyk

What are the error codes to look for to detect if FetchError was thrown because there is no Internet access on the machine? I'm using node-fetch in an Electron app....

Consider the following code: ``` const app = new App(); // The 'app' new expression (at line 13) passed as the value prop to the Context provider (at line 22)...

bug
help wanted

When I define `parserOptions.project` Eslint won't lint Svelte files. I think this may be due to the fact that when `parserOptions.project` are set, Eslint will only lint files in the...

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

bug :beetle:
13-x-y
15-x-y
16-x-y

```svelte import { readable } from 'svelte/store'; const ids = readable([]); {#each $ids as id (id)} {id} {/each} ``` I have started noticing it after upgrading from ESLint 7 to...

Is there a way to detect which file has triggered a rebuild in watch mode? I have tried using `onResolve` but it shows more like all paths involved in the...

I have a font-face definition ```scss @font-face { font-family: 'NotoSans'; font-style: normal; font-weight: 400; src: url('../assets/fonts/NotoSans400.ttf') format('truetype'); } ``` It looks like it's trying to resolve it, giving an error:...

In Yoast SEO, sitemap.xml redirects to sitemap_index.xml In previous versions Simply Static would create sitemap.xml with the content of the redirected file. Now, Simply Static generates sitemap.xml with a JavaScript...

**Bug report or Feature request?** Feature request **Version (complete output of `terser -V` or specific git commit)**: 5.37.0 **Complete CLI command or `minify()` options used**: N/A **`terser` input**: N/A I...