Phillip Lanclos

Results 20 issues of Phillip Lanclos

It would be nice to have a simpler git stage/unstage toggle similar to vim-fugitive's `-`. Would make it a good bit quicker to stage and unstage files.

enhancement

I noticed another [request](https://github.com/vorillaz/devicons/issues/89) was closed but it would still be nice to have a Vue icon to be used with [nerd-fonts](https://github.com/ryanoasis/nerd-fonts)

https://github.com/pugjs/pug

Add the ability to turn off prettier, specifically in generators. Currently, prettier is installed automatically with npm 7/8, which there is no way to completely turn it off. ## Description...

type: bug
scope: misc
scope: linter

**Is your feature request related to a problem? Please describe.** Next.js 12 support. Will middleware need to be addressed? https://nextjs.org/blog/next-12 **Describe the solution you'd like** Update serverless and CDK construct...

**What version of this package are you using?** 17.0.0 **What problem do you want to solve?** Have a tighter rule around `curly` for better consistency. Currently, the rule is set...

Is there a reason why I get "This type of pagination not supported on this dialect" when trying to use limit for Postgres? Seems like Postgres should support this as...

I have an issue with authorization when trying to authorize more than one sqlJoin. For example if I do ``` Parent: { subField1: { resolve: authSubField1 }, subField2: { resolve:...

There are instances where we would like to change the args passed in before calling` joinMonster` so the where clause gets the correct args. Stuff like changing an argument to...

Add sass support with the following, ``` syntax include @sass syntax/sass.vim unlet b:current_syntax syntax region sass keepend start=// end="" contains=@sass fold ```