Joe Heyming ¯\_(ツ)_/¯
Joe Heyming ¯\_(ツ)_/¯
If I'm in one git project, for example with name "foo", save a helm grep buffer, the default-directory is "path/to/foo" But if I go to a different project: 'bar'. Then...
Let's say I'm running git grep to find an import. "import Foo" And it matches path/to/file:123 import "a/b/c/Foo"; In helm, if I do C-c C-k, it saves the selection to...
I used to be able to save the grep buffer as *hggrep* Then I could run compilation-next-error and emacs would go to the next file and open it in a...
I was wondering if you could be able to pass an argument to chrome to tell it to open incognito.
Currently, if you have sortImports false, and groupImports false, you will have imports appear at the top of the import list. This is not ideal. Now, there is a path...
In this commit, I removed the original frames. Then I created a script: make-parrots.sh This script goes to https://cultofthepartyparrot.com/ and proceeds to download all hd parrot gifs. Then we split...
I have a repository that uses gerrit code review. How that works is that you set up a remote. I tried out browse-at-remote with this repository and it selected the...
I had a webpack configuration where modules.js was resolving node_modules/foo when I wanted my webpack.config.js to be resolved instead. In order to enforce the correct order, I changed the resolve...
First of all, I really really like tern. It really solves a lot of problems for me. Basically, I have a webpack project where I have multiple javascript modules. /project/...
In my project, I am publishing my remoteEntry.js and types to a subfolder: e.g. https://mysite/common/remoteEntry.js and https://mysite/common/@mf-typescript/ But the code here https://github.com/module-federation/typescript/blob/main/src/index.js#L53 assumes we only want the origin of the...