Rafał Chłodnicki

Results 163 issues of Rafał Chłodnicki

With either: ```html Scroll ``` or triggering scroll programatically from click event: ```html Scroll ``` If the scroll is triggered using keyboard (enter button), the scroll will be canceled right...

enhancement
help wanted

It might make sense to allow falling back to files when a directory with the same name exists but doesn't have an index.html file. (I'm using `serve-static` for unit-testing but...

ideas

I can't figure out how to apply `"preferred_tabs_sizes": [0]` to the JS files only. Tried this: ```js // Settings in here override those in "${packages}/DoxyDoxygen/Doxy.sublime-settings", // and are overridden in...

enhancement

In: https://github.com/nuxt/eslint-config/blob/dc55bbf218c8627d3c4ef73656a32730dd2a9d3c/packages/eslint-config-typescript/index.js#L1-L12 all typescript-specific settings should be in an override block and scoped to `*.ts` extension: ``` overrides: [ { files: ['*.ts'], plugins: ['@typescript-eslint'], parserOptions: { parser: '@typescript-eslint/parser' }, rules:...

enhancement
nuxt2-legacy

This package declares `prettier` in `optionalDependencies`: https://github.com/vuejs/component-compiler-utils/blob/8b0da745c5a4c7a07b3b88560a1d1cb3c00a9d32/package.json#L68-L70 I'm not sure if that was the intention, but when this `@vue/component-compiler-utils` is a dependency (or sub-dependency) in a given project, that `optionalDependencies`...

The `useFetchPolyfill` is enabled by default but as far as I know (and it was confirmed by Nuxt developer), Nuxt already comes with a fetch polyfill itself so this option...

The Readme states the the module should be installed as a dev-dependency. But if one follows that then it's no longer possible to do either: ``` import { gql }...

The dependencies were not updated on running the update check. They were only updated if some package that depended on them was being updated but that is not sufficient. Note...

When using the `httpClient: 'axios'` option, I would like to be able to also use a custom axios instance for making the requests. The reason for that is that I...

### Is your feature request related to a problem? Please describe. To solve issues like #641, #710, #735, #1254 and #1177, we would need to create and expose a list...

feature request
pinned 📌
v7