jcalfee

Results 127 comments of jcalfee

`localhost` will not work anymore. Its going to have to be 127.0.0.1 .. It works for me on Linux. I don't know about Mac and PowerShell. ![image](https://user-images.githubusercontent.com/204121/104822584-3742b280-5809-11eb-8c87-a35e449464d0.png)

I guess if your running behind a proxy and have a password on the proxy already then leaving it open is safer. But is seems like the typical use-case for...

Another thing to consider .. If projects involve potentially many ports `--network host` might be a very practical option to use for Theia's docker container. This exposes unrelated ports to...

Usually something like this is just an environment variable passed to Docker that is picked up in code like `process.env.THEIA_PORT` where that can have a value like `THEIA_PORT=127.0.0.1:3000` then nodejs...

I'm seeing this error on Raspbian GNU/Linux 10 (buster) kodi --version 17.6 Debian package version: 2:17.6+dfsg1-4+b1 Media Center Kodi from Debian using plugin.video.quasar v0.9.78.. Where are these logs everyone keeps...

found it: `~/.kodi/temp/kodi.log`

And, can you please confirm, is the binary path up-to-date? The README was updated about 8 months ago and refers to `deroproject/derosuite` ... `v2.1.6-1`.

I'm wondering about the plugin too.. I need a strip markdown plugin.

I worked up an example by looking at another plugin... A better example would show adding a custom rule.. ``` js // remarkableStripper.js /** Removes all markdown leaving just plain...

This has two dashes, guess that gets converted to a html long dash (forgive my verbage). This causes the linkify to think the URL has terminated early. So, this `https://youtu.be/Jj--BIaXwbA`...