Ryan Sullivan
Ryan Sullivan
And https://github.com/microsoft/vscode/issues/157294
I will add tests soon so the coverage delta doesn't change.
I'm afraid writing a test for this will be difficult; running tests locally fails for me and I haven't been able to get them to pass. (The `lint:prettier` script also...
Had a similar experience when bumping up to 7.10: ``` User {!!onClose && Close} {!!onSave && Save} ``` becomes ``` {' '} User {!!onClose && ( Close )} {!!onSave &&...
Somewhat, but sort of a different concern. I left feedback there as well.
This sounds great! When can this be merged?
To add my two cents, I prefer `.js` config files supported by cosmiconfig so that I can break configuration into separate CommonJS module files as needed, as well as document...
There is already a project that seems to do this, https://github.com/siddharthkp/nps-i. It was even added to the README in https://github.com/sezna/nps/pull/178.
Just curious, is this still happening? If not, are there instructions somewhere for setting up Fire TV Server on a NAS?
It doesn't seem to be in the master branch of this repo, but in the firetv branch of your repo instead. Would I need to clone your repo and branch...