Azais Corentin
Azais Corentin
On Windows with MSVC 2019, I had to apply both mipek's patch and also #93 in order to the unresolved external symbol errors.
Why not support nyaa.si? They even have a RSS feed available for searches. Example for "sword art online 720p" https://nyaa.si/?page=rss&q=sword+art+online+720p&c=0_0&f=0
As a workaround, this is exactly what `.map_error` does. Example: ``` tl::expected translateError(SSLError e) { return tl::make_unexpected(PortableError(e)); } tl::expected s = e1.map_error(translateError); ```