Owen Voke
Owen Voke
Oh well, still looks good. 👌🏻
I agree @vladimyr, a subcommand would probably be the best option and is also pretty common. 👍🏻
Do you directly modify the `~/.tldr/cache` directory as a Git repo for your pages? 🤔 I've always just used `tldr --render {{page.md}}` --- Edit: Oh, I see. It's pages that...
I think it'd be easiest to open a PR and resolve this, or alternatively have a dependency on `gnu-sed` on macOS (e.g. [via Brew](https://formulae.brew.sh/formula/gnu-sed))
@vamsiikrishna typed it out for them. Looks like: ```bash ./vex.phar vex http://127.0.0.1:8000 1000 10 -m "POST" -H "accept:application/json, text/plain, */*" -H "accept-language:en-IN,en-GB;q=0.8,en-US;q=0.6,en;q=0.4" -d "{\"message\": \"Hello world! Your JustAPIs instance is...
@nunomaduro, what are your thoughts on this? 🤔 Personally I've never used this command so not sure.
This was unintentionally the fix for another issue, so this has been merged as part of v9.1.3 👍🏻 Thanks!
@nunomaduro, what are your thoughts on this? Seems fine to me. The alternative is just [making sure that the `migrations` directory is in your `box.json`](https://laravel-zero.com/docs/database#note-on-phar-builds) which is what I think...
Hi, please could you provide a small reproducible repository that we can use to test this? 🙂 Regarding the reason it shows `$subject` is the issue, it's because that's the...
Just copied your code examples verbatim into a clean Laravel app, and was unable to reproduce.  https://github.com/owenvoke/pest-544-repro --- No rush about the repro, I'll...