HookedBehemoth

Results 36 issues of HookedBehemoth

Needed to update stb dependencies as SSE2 was undetected with gcc on x64. A newer version fixed this.

This introduces the feature flags: logging, assets, post, session. The goal was to slim down required dependencies in my application and the categories were chosen to make an impact on...

I'm using this library to convert utf16le to utf8 and place it inside a JSON string. Currently this library has no way of escaping the special characters `"` and `\`...

Found that when writing code like `; mov QWORD [buffer + offset as i32], temp` where offset is a immediate value this crate will unconditionally emit relative instructions. When explicitly...

enhancement

I've been using game conqueror a few times with games and was very underwhelmed with the speed. Initial searches could take up to 30 seconds (Ryzen 9 3900x). I implemented...

### All of the following criteria must be met - [X] All Requirements must be installed. - [X] Changed the title so that it doesn't just says "[Bug]: " -...

Dragging an Image widget into a view, resizing it horizonally or vertically results in a zero width or height widget and resizing it again causes a NaN x or y...

bug
a:live preview

The [EnvelopesApi.cs](https://raw.githubusercontent.com/docusign/docusign-esign-csharp-client/master/sdk/src/DocuSign.eSign/Api/EnvelopesApi.cs) is so big that github even refuses to parse it. I know it's generated from a swagger spec but I can't find the same comments there. This is...

**Describe the bug** I'm using bluetooth headphones which automatically turn off when placed back in their case. This halts playback entirely and only restarting the entire application fixes it. Down...

bug

I'm working on [twitter/nitter embeds](https://github.com/zedeus/nitter/issues/586) right now and setting up a rule to redirect `https://platform.twitter.com/widgets.js` to my nitter instance only works sometimes. config ``` { "createdBy": "Redirector v3.5.3", "createdAt": "2022-06-19T23:37:15.611Z",...