rlaphoenix
rlaphoenix
Sample: https://mega.nz/file/t9gjxTLY#ILclLeRtd5_NLoJZyqL1e5yjs_TpQMsO9Ym9_mAD0wc DGIndex, MediaInfo, and MPV all recognize it as TFF,   However, after loading it with core.d2v.Source() in VapourSynth, it loads as BFF,  VapourSynth Script: ```py clip...
Please take a look at the first post in this thread for context: https://gbatemp.net/threads/my-switch-is-a-2019-v6-2-0-xaj4008278-unpatched-unit.546996/ The tldr; is that SciresM had to patch the Atmosphere keygen code to work with my...
If I make a subprocess call (of any kind, Popen, run, check_call, check_output, e.t.c) it will break the coloring of every single further log. Windows Terminal:  PyCharm: ...
If you use --titlename and/or --titlepublisher with any character outside the range of basically ASCII, then it results in garbled text.   Expected control.nacp for `--titlename "Pokémon"`:  Actual...
From what I gather, this is not implemented at all. When making the cnmt header, it is never modified or set to a specific value. It's left at the default...
From what I gather this is not yet implemented, at all. It's left at the default of 0x00 [0x08 * 0x04]. However, when building new homebrew NSPs it would be...
The following is the log when running on Python 3.11.2: ``` $ python -m pproxy -r "http+ssl://uk2144.nordvpn.com:89#user:pass" --test "https://ipinfo.io/json" -d -v ============ uk2144.nordvpn.com:89 ============ from 194.35.x.x Traceback (most recent call...
This closes #283 as it now follows RFC and keeps all preceding keys for the segment. - `m3u8_obj.keys` still has the same behaviour. - `m3u8_obj.segments[0].key` is now removed. - `m3u8_obj.segments[0].keys`...
For example, Fire Emblem Warriors has an icon file specific to each language. Yet, I can only seem to extract whatever is default, which I'm not sure is the first...
> __Warning__ This has changes to both tests and user code that would be breaking changes. This is not something a user should simply upgrade to without checking and changing...