Griko Nibras

Results 25 comments of Griko Nibras

Here's my Docker run script for reference: ```bash #!/bin/sh docker run -d -p 3000:3000 --restart always \ -v /root/downloads:/downloads \ --name cloud-torrent jpillora/cloud-torrent \ --auth your_username:supersecretpassword123 ``` This will run...

Ports don't work on relative addresses, unless you use reverse proxy using Apache or Nginx. Here's some reference from StackOverflow: - [How to handle relative urls correctly with a reverse...

Thanks for the suggestion. You can also fork and modify the files in the [patterns directory](https://github.com/grikomsn/console-patterns/tree/master/patterns), then you can submit a PR. 😄

Thanks for the heads up! Will do a fix after this, or if you want to submit a PR that's also great. 😄

I'd like to try working on `packages\gatsby\src\bootstrap\prefer-default.js` first to get to know more about how things work, if that's okay. Update: submitted PR https://github.com/gatsbyjs/gatsby/pull/22958

@wottpal @umlearn have you updated to the latest Mojave? It does work on my 10.14.1.

Possible reasons: - Corrupted or different .webp file: try convert any image using [Squoosh](https://squoosh.app) ([repository](https://github.com/GoogleChromeLabs/squoosh)) and view it using Finder - Current user can't use the plugin: try install the...

@wottpal, @umlearn, any progress?

I'm going to do a fresh install on my MacBook and see if it still works.

Update: using the 'install all' script still works like a charm on 10.14.3 🎉