Alexander Tretyakov

Results 9 issues of Alexander Tretyakov

Hello! Firstly, thank you for this very helpful library! Secondly, I've noticed that after using `pfd::open_file` and selecting a file, debugger produces this message on Windows: `onecore\com\combase\dcomrem\security.cxx(3071)\combase.dll!00007FFAAEFF9CFC: (caller: 00007FFA49E0823E) ReturnHr(1)...

**Describe the bug** Unable to run the executable on Arch-based Linux distro. Getting this: ``` INFO __main__: Starting BeeRef version 0.1.1 INFO __main__: Using settings: /home/flone/.config/BeeRef/BeeRef.ini INFO __main__: Logging to:...

bug

**Environment:** - OS: Windows 10 x64. - qView version: 3.0. **Information:** I'm not sure how to name this issue correctly. I'm working with Krita (image editor) and after saving the...

bug

Hello. As I described in one of my issues I needed something like this, so I've spend some time to dig into the source code and I think I'm close...

Hi, I've noticed that constructing `gc` from a raw pointer does not make it freed, here is a simple example: ```C++ #if defined(WIN32) #include #include #endif #include #define TGC_MULTI_THREADED #include...

Hello, is there a way to skip some mips when loading a texture from disk? Consider an example where I want to load a texture that has 3 mipmaps with...

Allow reporter to be used to send reports to other bug reporting systems (and similar issue tracking systems) instead of our server/database, such as: - GitHub issues (supports report attachments?),...

enhancement
difficulty: medium

We should also "officially" support: - Unreal Engine, - Cryengine, - Unity. And also provide a way for custom game engines to integrate FBugReporter (manually). By "officially" I mean being...

enhancement
difficulty: medium

This PR is related to [this Refureku PR](https://github.com/jsoysouvanh/Refureku/pull/15). This PR adds the function `findStandardTypesErrors` in `FileParser`. This function looks for libclang errors that occurred during translation unit parsing and that...