Flo Edelmann

Results 690 issues of Flo Edelmann

`*.overpassql` is now the recommended file extension for Overpass QL: [OSM Wiki: Overpass QL § File extension](https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#File_extension) *(**Disclaimer:** I added that section after [some discussion](https://wiki.openstreetmap.org/wiki/Talk:Overpass_API/Overpass_QL#Recommended_file_extension?).)* I propose to rename all...

I recently bought a new Dell XPS 15 9560 and followed your awesome guide to install Ubuntu 16.04 (or rather KDE Neon to be specific) alongside Windows. The VirtualBox part...

I'd like to suggest a rule that reports [`# import` expressions](https://the-guild.dev/graphql/tools/docs/schema-loading#using-import-expression) that are not used in the current file: ### Fail ```graphql # import Foo from 'someOtherFile.graphql' # ^^^ Fragment...

help wanted
new rule

I'd like to suggest a rule that reports [`# import` expressions](https://the-guild.dev/graphql/tools/docs/schema-loading#using-import-expression) which point to a non-existing file: ### Fail ```graphql # import Foo from 'nonExistingFile.graphql' # ^^^^^^^^^^^^^^^^^^^^^^^^^ File 'nonExistingFile.graphql' does...

help wanted
new rule

## Description Closes #15339. ## Checklist - [x] I’ve added tests to confirm my change works. - [ ] ~(If changing the API or CLI) I’ve documented the changes I’ve...

See individual commit messages.

documentation
meta

Should be merged after #2402 to see if ESLint v9 test failures remain.

meta

As reported by ESLint v9 in https://github.com/vuejs/eslint-plugin-vue/actions/runs/7875486583/job/21487466235?pr=2171

meta

**What rule do you want to change?** `vue/order-in-components` **Does this change cause the rule to produce more or fewer warnings?** More. **How will the change be implemented? (New option, new...

enhancement
accepted proposition
semver-major
breaking change

**Checklist** - [x] I have tried restarting my IDE and the issue persists. - [x] I have read the [FAQ](https://eslint.vuejs.org/user-guide/#faq) and my problem is not listed. **Tell us about your...

bug
help wanted