Patrick Fricano

Results 9 comments of Patrick Fricano

I haven't really used oh-my-fish much but is there a benefit to it over Fisher (which is very actively maintained)? I mean, apart from the fact its name is easily...

I think the only way to sensibly handle arrays without breaking objects with numeric-string keys is to handle bracket notation like lodash does. eg `a.b[0].c`

@zetura I haven't played with that code but what do you think about submitting a pull request on that? Seems like plenty of folks want this functionality.

I know =>, = are all included, you just need to include ligatures.

I ran into this recently with the bultin mac terminal app. I believe it's because of the option "Use Option as Meta key" (and I believe many shells on mac...

@joseluisq It happens for me in Terminal as well, so it's not specific to VSCode. See https://github.com/joseluisq/gitnow/issues/47#issuecomment-1376109219. That said it's easy to change gitnow's keybindings so I'm not sure it...

+1 on this, first class support for git difftool would be tops, it's the one thing that's keeping smerge from being basically a perfect git gui for me.

It’s a jest problem at heart. Moving to ESM is the right move long-term, jest just doesn’t support it well yet. As a workaround you can add it to your...