codsane

Results 7 comments of codsane

I'm receiving an identical error after setting wpull's proxy using `--wpull-args="--http-proxy=0.0.0.0:16379"` Unfortunately `env | grep -i proxy` doesn't seem to return anything, and I've even made sure to run it...

What you're describing is often referred to as "cross-seeding". I too have been interested in an automatic solution for this, and even considered implementing this into Radarr/Sonarr until I realized...

I gave up hope and just created an [alias](https://mijingo.com/blog/creating-bash-aliases): `alias livestreamer="streamlink"` To persist across sessions: `echo 'alias livestreamer="streamlink"' >> ~/.bash_profile`

Probable that there is just some bad JSON in your config file, maybe run it through a [validator](https://jsonlint.com/) to confirm?

@SpencerKaiser I'm seeing this on `4.4.0` as well, so maybe the fix in the parent comment was related to webpack or babel? I'm using Next.js as well, ~~but unfortunately not...

> I don't think that is a good solution. Currently the package contains 80,000 files, which is causing problems such as long installation times. Also, the number of icons will...