Emily Marigold Klassen
Emily Marigold Klassen
you need to use the `-g` flag instead of the `-t` flag.
same ``` ยป apm --version && atom --version apm 1.14.1 npm 3.10.5 node 4.4.5 python 2.7.13 git 2.11.0 Atom : 1.13.1 Electron: 1.3.13 Chrome : 52.0.2743.82 Node : 6.5.0 ```
Works for me now too. Ok to close.
the CI errors are from prettier on files i didn't modify? weird.
@marwahaha this has 2 approving reviews; someone with merge permissions could probably merge? thank you!
The point of the link is just to be consistent. Use case is so the data is correct. In addition to github using my full name for commits, i also...
Since I'll be detecting files to tackle #739, so the easier solution might just be to explicitly support `git-revise`'s actions when using `git-revise` (as it's a tool I also use...
I have a logitech mx master 3, and it works fine for me. Perhaps you could use logitech's software to map your buttons to keyboard shortcuts for just marta? Not...
Would depend on https://github.com/sass/dart-sass/issues/88, as it's not getting in vscode-css-languageservice (https://github.com/microsoft/vscode-css-languageservice/issues/158). I did find a parser at https://github.com/tonyganch/gonzales-pe, but it would need some work to be able to emit a...
Also see [postgres docs](https://www.postgresql.org/docs/9.6/queries-with.html) - they're also known as "with" expressions (as that's what i searched for). I was hoping to have "go to definition" for the aliases in a...