G.

Results 812 comments of G.

> I'm specifically curious what `/bin:${PATH}` does, because I didn't think to try it and I don't understand it. I'm assuming it's looking for a path variable, but I thought...

ok so this is the default in Alfred 4.3.0: ``` export PATH="/opt/homebrew/bin:/usr/local/bin:${PATH}" php src/app.php "$1" ``` in your case you needed `/opt/homebrew/opt/[email protected]/bin/`. honestly i'm not 100% sure why. i haven't...

anyways. have fun 🚀

> I mean, this product is basically a free gift to anybody who shares your needs and taste, so you could start dropping f-bombs right in the UI and I'd...

> > in your case you needed `/opt/homebrew/opt/[email protected]/bin/`. honestly i'm not 100% sure why. i haven't had a M1 yet. i guess it's because it's a versioned formula, and i...

@fwcd just in case you're interested, [kindaVim](https://kindavim.app) brings Vim Mode all over macOS apps, native and non native. (yes i'm the creator, it's closed source—since last week—and it's a paid...

some people seem to have the issue still on 12.3.1. anybody here? works fine for me.

@onecentlin any way to help with that? the formatting issues (spaces replaced with tabs and laravel syntax misaligned) make the blade formatting useless. Let me know.

Seems that the laravel syntax is almost correct aligned now. Any to keep the empty lines though? The formatting removes every block made. Also there should be indentation after @if...