Adam Katz

Results 24 comments of Adam Katz

I generated a new log with these steps: 1. Enable system-wide debug (Settings → System → Logging → Enable debug logging) 2. Disable the Netflix addon 3. Edit the addon's...

Okay, good control. I figured the configuration was separate and was trying to spare myself some debug output to read through and redact (there are a lot of verbose addons...

Yeah, `touch` or some pythonic approximation. Here's a [proof of concept shell script wrapper](https://gist.github.com/adamhotep/957f5295040ce1636b71ab3479db6de4) that implements my request. It'd be preferable to implement all of that in python, which would...

See also #1964 (which has no responses), in which the poster claims the author is not responding to email either.

> Hi, actually you can find the apk there : https://gitlab.e.foundation/e/os/Message/-/artifacts Yes, but if you install it directly, you won't get security updates and bugfixes. That's why it would be...

> Actually, even just uploading APKs to the git _releases_ page would be fine thanks to [Obtainium](https://github.com/ImranR98/Obtainium), but not only the CI dowloads can't be automated but the APK inside...

The third-party [progress](http://github.com/Xfennec/progress) utility can't figure this command out either ☹️ (likely due to how the final file is assembled). Passing the input through [pv](https://www.ivarch.com/programs/pv.shtml) also doesn't work due to...

I'd love this feature and consider it essential for allowing localhost services (local servers and port-forwarded remote servers). At the moment, I'm going into each one and giving it a...

@Niyes, that should be a separate request.

Dang, I was looking for this when I put in the format-vetting in my fork. I don't know anything about SASS/SCSS, and wasn't able to find it in the docs...