Noah

Results 13 issues of Noah

Currently the virtual microphone is spawned as a sub-process¹, which I'd argue is not the nicest solution. Since `v1.3` *rohrkabel* has made several improvements that ensure safe-usage of the library...

enhancement

It would be useful to have a Brand-Icon for Epic-Games

> This PR implements some changes on how we handle problematic modules proposed by @D3SOX. ## The Problem Currently we only detect if the `switch-on-connect` module is loaded and if...

enhancement
backend
linux

Clangd uses up all of the available memory if you open big header files until eventually the system freezes Example header file: [miniaudio.h](https://github.com/mackron/miniaudio/blob/master/miniaudio.h) **Logs** clangd output: ``` I[11:50:29.051] ASTWorker building...

performance

This PR cleans the source code up a little and implements the following things: - [x] Greatly simplified build process - [x] Replace Makefiles with CMake - [x] Clean up...

There are some games that have names that are similar to popular titles, for example Apex Legends and some people seem to only search for some part of the title,...

#74 introduced python stub files which are currently manually generated. We should adopt some way of automatically generating those stub files either through the `pyproject.toml` or through the Github-CI, and...

### What happened? The callback provided to `GetFavicon` is never called when waiting for the result by entering the message-loop. Example Code: ```cpp web_view15->GetFavicon(COREWEBVIEW2_FAVICON_IMAGE_FORMAT_PNG, Callback(callback).Get()); // Wait for the result...

bug

@Naios ----- ### What was a problem? See #32 ### How this PR fixes the problem? This PR disables `use_bool_op` when Objective C is detected. I would appreciate some help...

@Naios ----- ### What was a problem? See #32 ### How this PR fixes the problem? This PR disables `use_bool_op` when Objective C is detected. I would appreciate some help...