Owen Voke

Results 192 comments of Owen Voke

The web client works correctly, however as it's a Linux page, you have to prefix it. https://tldr.ostera.io/linux/scriptreplay

This was probably implemented before `netbsd` was added to tldr pages. 🤔 I think it should be fine to add `netbsd` as an option. 👍🏻 I've created support for this...

For some reason it's `--update_cache` (or `-u`). 🤔 https://github.com/tldr-pages/tldr-python-client/blob/6536569d4ab954dec33aa9166df940a918094c83/tldr.py#L431 I think we should alias this if possible, so it's `--update` (but support `--update_cache` for backwards compatibility).

Ah, my bad. 👍🏻 Well, I opened a PR to add the `--update` support anyway. 🤷🏻 https://github.com/tldr-pages/tldr-python-client/pull/232

Ah, so we need to actually alias it. Will mark this as draft and work on the required changes. I'll add Android as well. I feel like it's a bit...

Yes, as far as I can tell, that is correct. 🤔 I guess this should be possible to resolve with generics, or by specifying the properties as docblocks. 🤷🏻 Or...

@iophobia, I can confirm that it's working as expected for me (and has been for the last 6 months or so that I've been using it). 👍🏻 I use PlexAmp,...

They are verified in Composer. You won't be able to install the package if PHP version is lower than 5.4 or if the OpenSSL and JSON extensions aren't installed.

I'd say that Docker support would make more sense in a separate PR.

I'm assuming this is related to [these lines](https://github.com/nunomaduro/laravel-console-task/blob/b18b5fde2c1cc29578e9ebf60a7c41e7662db4d4/src/LaravelConsoleTaskServiceProvider.php#L55-L60) which remove the title line so that it can be replaced with the output. If there's more than 1 line (due to...