Jacob Bandes-Storch

Results 243 comments of Jacob Bandes-Storch

This project is pretty much obsolete anyway — Finder now apparently includes this feature.

I haven't looked much at this project since I made it a couple years ago, but I just tried in Lion and I see the same thing. Perhaps there's a...

I think this would be fixed by changing the themes' "Markup tag" style from using `meta.tag` to `(meta.tag - meta.embedded)`. Thoughts, @infininight?

Although, perhaps solving this in the grammar instead of the theme would also fix typing pairs for ```...

Would that require assuming equal hashes implies equal strings in order to get the performance benefit?

The special support comes when trying to traverse the tree, run blame, etc. `git-blame` and `git-log`, among other things, should respect `refs/replace/`. The link I posted above shows where git...

Example: ``` bash $ git init $ touch foo && git add foo && git commit -m "add foo" $ touch bar && git add bar && git commit -m...

I'm also having problems with the Live Share Audio extension. Each time I try to start a call I get this error: > Live Share Audio failed to start due...

Hi 👋 I was looking for a similar rule lint rule for another project and came across this issue. Thought you might like to know that I just implemented a...

Seems like this is fixed by https://github.com/electron/universal/pull/47 + https://github.com/electron-userland/electron-builder/pull/6913, if you put the file in the new `x64ArchFiles` allowlist.