Pink Pigeon Digital Ltd

Results 6 comments of Pink Pigeon Digital Ltd

Linux Mint 20.2, Intel HD 520, Kernel 5.4.0-92 here I am trying to follow the instructions [here](https://wiki.archlinux.org/title/Extreme_Multihead#VNC): > > Using a virtual output > > Some drivers, like the old...

When I attempt this, I get: ``` ["INFO" - 12:20:11] Extension Name: esbenp.prettier-vscode. ["INFO" - 12:20:11] Extension Version: 10.1.0. ["INFO" - 12:20:20] Attempted to load Prettier module from /usr/lib/node_modules/prettier/ ["ERROR"...

+1 from me. This would be extremely helpful in formatting spreadsheets with lots of information, for additional legibility

I am dealing with a dataset of 20k+ entries. Component is unfortunately not usable in that state.

Bumping this. It's probably really difficult to implement, but it would be very useful to have. Some kind of 'link elements' functionality would be great maybe via some kind of...

You might be missing the plugin part in the config: ``` { "plugins": ["prettier-plugin-go-template"], "overrides": [ { "files": ["*.html"], "options": { "parser": "go-template" } } ] } ``` Do also...