Miraculous Owonubi
Miraculous Owonubi
Just noticed that `global-agent` doesn't support the lowercase `http_proxy`. Can you try `HTTP_PROXY`. ```console export HTTP_PROXY=http://127.0.0.1:7890 node cli ```
I've spent so much time on this, but can't seem to reproduce the issue. 😪 Unfortunately ExpressVPN has no servers in China for me to test proxying with. In my...
Yeah. I'll take a minute to apply some final touches on my end, formatting and all, and debug the logic to ensure it checks out. But overall, looks good! Thanks...
Valid point indeed, in that case, we'll do just that. Thanks for bringing it up.
Played around with MusicBrainz's API for a while, refactored the code The change extracts more data from the requests to embed in the track. After doing a lookup on MusicBrainz...
All's good on `freyr`'s end. But this is blocked on `AtomicParsley` supporting spaces in and having long-er rDNS names. @Maxmystere, you have more expertise with C++, I suppose, if you...
Patches made upstream: - [X] Supporting spaces: https://github.com/wez/atomicparsley/pull/46 - [X] Resolving long names: - [X] https://github.com/wez/atomicparsley/issues/44 - [X] Supporting spaces: https://github.com/wez/atomicparsley/pull/45 There's one last concern though - [ ] https://github.com/wez/atomicparsley/issues/44#issuecomment-933040868...
Yeah, I did succeed with a fix. Although we might've stumbled on another issue (See https://github.com/wez/atomicparsley/issues/44#issuecomment-933040868). Can you pull the changes along with an updated version of the AtomicParsley https://github.com/miraclx/atomicparsley/releases/tag/20_spaces_and_long_rDNS_names...
- Pull this branch - Ensure the deps are prepped ```bash npm install ``` - Get a precompiled AtomicParsley binary from https://github.com/miraclx/atomicparsley/releases/tag/20_spaces_and_long_rDNS_names - Unzip it and put the binary in;...
Yeah, me neither.. Although I did run the test and as I suspected, longer names in the rDNS position actually broke the spec. So, other media players or metadata editors...