HookedBehemoth

Results 36 issues of HookedBehemoth

Without controllers attached the application can't be navigated backwards.

enhancement

I also removed offline browserdll ssl patches

I'm currently not sure if I should rip that option out or actually implement it. Also I'm not sure how to actually do that. Should I keep a map of...

wontfix

I could add more websites if I get an API access.

enhancement
help wanted

I want to show the user how to navigate within ComicNX but it's not possible to use the switch [unicode characters](https://media.discordapp.net/attachments/404722395845361668/554318002645106700/NintendoExt003_R.png?width=698&height=917) because plutonium doesn't support it.

enhancement

Compiling this with MSVC 16 on C++20 and tweening a glm::vec3 I get the following warning: ``` [build] [...]\lib\tweeny\include\easingresolve.h(44,35): warning C4127: conditional expression is constant [[...]\build\opengl-tests.vcxproj] [build] [...]\lib\tweeny\include\easingresolve.h(43,1): message :...

Twitter serves webp's on most media types by simply adding the URL parameter format=webp. Since it is a vastly superior image format to jpeg and file sizes are significantly smaller,...

enhancement

Closes https://github.com/zedeus/nitter/issues/646 My first draft so far with a few issues here and there to fix: - [X] inlineStyles are applied to entire paragraphs (is it guaranteed that these don't...

This was made in response to TwitFix/fxtwitter shutting down. It uses the twitter:player:* meta tags with mp4 video links. The big downside right now is that descriptions won't be embedded...

e.g. `UnityEngine.EventSystems.IPointerDownHandler` extends `UnityEngine.EventSystems.IEventSystemHandler` The current implementation of `RegisterTypeInIl2CppWithInterfaces` doesn't implement the latter on il2cpp side when only specifying the former.