Stefan
Stefan
Having ```json "include": [ "src/**/*" ] ``` and ```js new ForkTsCheckerWebpackPlugin({ // other options watch: false //
I think this should seriously be considered again. Currently prettier transforms this: ```js const css = ` max-width: ${(ITEM_WIDTH * 4) + (ITEM_GUTTER * 3)}px; `; ``` into this: ```js...
Any chance this will be merged? @jamiebuilds
Here's a quick work around for plain postgreSQL that worked for me: ```sql UPDATE table_name SET column_name=(array_remove(column, 'keyword to be removed')) WHERE 'keyword to be removed' = ANY(column_name); ```
Would love that too!
Pretty please?
I tried to pinpoint this issue and this is what I found: https://github.com/zeit/hyper/issues/3770 Bug seems to be located in `hyper` codebase, so there is nothing to fix here - but...
Thanks @jonaskello for your tip! I prepared a PR to add support for inline/shorthand fragments: https://github.com/apollographql/graphql-tag/pull/224 😊
For anyone looking to completely disable all annoying snippets in vscode: https://github.com/microsoft/vscode/issues/10565#issuecomment-243072531