Mike Wyatt

Results 77 comments of Mike Wyatt

Am not home ATM but was playing around with it. Oddly, it seems to affect non-Steam games that are _not_ on my C drive. And these aren't really shortcuts that...

Sorry, I wasn't aware Steam had a shortcuts.vdf file. If that’s the file you were referring to I can reproduce this and attach it to a comment.

Also did not intend to close the issue, me and phones just are not getting along today!

FYI I'm not seeing this behavior with the latest pre-release. Can anyone else verify if it still happens using a more recent version? Remember to backup your shortcuts.vdf file!

Yeah this plugin sometimes seems to have a mind of its own:

@tvararu Thanks for that! @kerma Would you like a PR that adds this "silent" functionality? Currently I have it working, but my `defaultbrowser-silent` is just a shell script that calls...

Is there more to this than changing the default lint severity to "warning" and moving some more strict tsconfig.json options to tsconfig.prod.json?

I think there's also some weirdness with how Jest works in general. It's like I've had to run a test first before I can even add a debugger, lest VS...

> Unfortunately I don't think this can be achieved without ejecting because you can't configure the tsconfig.json used by webpack. ts-node supports the `TS_NODE_PROJECT` environment variable. Could something like that...

Seems like this is already possible with the existing "Running Application" evidence source paired with this shell script ```sh #!/usr/bin/env bash osascript -e 'tell application "Spotify" to playpause' ``` Script...