Hosh

Results 91 comments of Hosh

I've got a PR waiting and still developing that should make this somewhat easier. Once that's merged, I will look into implementing this.

Worth noting that due to a bug in Sony's firmware that they're refusing to fix, this (and any other vpn based apps) may not work and may put your tv...

Not that I've found. There are a whole bunch of threads around the internet on this, but no concrete solution. https://github.com/CiNcH83/sony_atv/issues/11 https://github.com/AdguardTeam/AdguardForAndroid/issues/1392 and plenty more but these two are the...

Did you mean to tag me? Think you meant @fugkco. Anyway, haven't used Elementum in a while, seems FlareSolverr is using [hcaptcha-solver](https://github.com/JimmyLaurent/hcaptcha-solver), however, it doesn't seem to be working: >...

What parser are you trying to create? A plugin similar to burst? Or do you want to simply add a new website to the scrapers list?

see [this commit](https://github.com/elgatito/script.elementum.burst/commit/4aa2b016c7350fd7639e3cc0fb5273d976b9b8dd) for an example of how to add a private tracker. Furthermore, see [ehp.py](https://github.com/elgatito/script.elementum.burst/blob/master/burst/parser/ehp.py) for possible method calls for the parser object. Hope that helps!

Options available for this: - [xq](https://github.com/MiSawa/xq) - pure rust implementation of jq, it's still under development. - [jq_rs](https://docs.rs/jq-rs/latest/jq_rs/) - rust bindings for libjq via C api.

It's been a while this issue has progressed, has there been any updates around this? Do we know what I as an end user of profile maker can do to...

For reference, the following dependencies are installed: Node ([source](https://github.com/LunarVim/LunarVim/blob/21b41688ee8c5056ffbb2b07df141ce1ccb4b213/utils/installer/install.sh#L35-L38)): - `tree-sitter-cli`: [npm](https://www.npmjs.com/package/tree-sitter-cli) [repo](https://github.com/tree-sitter/tree-sitter) - `neovim`: [npm](https://www.npmjs.com/package/neovim) [repo](https://github.com/neovim/node-client) Python ([source](https://github.com/LunarVim/LunarVim/blob/21b41688ee8c5056ffbb2b07df141ce1ccb4b213/utils/installer/install.sh#L40-L42)): - `pynvim` [pypi](https://pypi.org/project/pynvim/) [repo](https://github.com/neovim/pynvim) Rust ([source](https://github.com/LunarVim/LunarVim/blob/21b41688ee8c5056ffbb2b07df141ce1ccb4b213/utils/installer/install.sh#L283)): - `fd-find` [crates](https://crates.io/crates/fd-find) [repo](https://github.com/sharkdp/fd) -...