Keavon Chambers

Results 389 comments of Keavon Chambers

How about removing the linter entirely? I see no point to having it. Markdown is meant for humans, not computers. (Specifically: who does it benefit? It's "nice" to have standardized...

> I like this feature, this is like TypeScript union types https://www.typescriptlang.org/docs/handbook/unions-and-intersections.html > > Will be interesting see auto generated enum on rust, I already like the TypeScript syntax `type1...

Perhaps also include one with https://en.wikipedia.org/wiki/List_of_NRO_launches

I am very happy that this has happened! I am the Wikipedia editor who has spent last month significantly updating the [List of NRO launches](https://en.wikipedia.org/wiki/List_of_NRO_launches) article with over 50 hours...

It would also be helpful if a compound path could be kept together. (That's an Illustrator term for a `path` node with a single `d` attribute defining the full shape...

> ``` > declare module '*.svg' { > import type { DefineComponent } from 'vue'; > const component: DefineComponent; > export default component; > } > ``` Specifically for people...

Just in case it helps anyone figure this out, I was able to get it working in my project, here is the repo: https://github.com/GraphiteEditor/Graphite and here is the `vue.config.js`: https://github.com/GraphiteEditor/Graphite/blob/master/frontend/vue.config.js

It's an issue on both of my Windows 10 computers (also running DrRacket 7.5). I was wondering if it was perhaps bound to Alt/Cmd instead of Ctrl but it seems...

For reference, [this discussion for a similar issue in the Notepad++ editor](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/856) goes into extra detail about why this is necessary. Microsoft's user interface guidelines are outdated on this topic,...