Mateusz Drost

Results 11 comments of Mateusz Drost

Removing empty destructors from cpp files and using default in h files could increase executable size because of inlining and that could cause performance drop because of instruction cache miss.

I suggest bountysource https://www.bountysource.com/teams/regoth/issues

Bounties for specific issue encourages new developers to look at the project.

I would like to share with you how well is other open source reimplementation project doing on bountysource https://www.bountysource.com/teams/openra/issues

You could also to your composer.json temporarily add: ``` "repositories": [ { "type": "vcs", "url": "https://github.com/connorjburton/slack-laravel" } ], ```

Hi, No one is currently actively developing this package so your only hope is sending pull request with a fix.

I'm rooting for you guys to find that problem is in bgfx, because a similar problem with Vulkan on AMD card was marked as a bug in driver https://github.com/KhronosGroup/Vulkan-Samples/issues/1182 https://www.reddit.com/r/vulkan/comments/1bptha0/image_format_colourspace_conversion_when/...

I am just following [Vulkan Tutorial](https://docs.vulkan.org/tutorial/latest/index.html) and probably encountered the same problem. Code from [Generating Mipmaps](https://docs.vulkan.org/tutorial/latest/09_Generating_Mipmaps.html) chapter gives me normal colors: ![obraz](https://github.com/user-attachments/assets/30e3ee55-5184-484c-822a-e07e894b2878) Code from [Multisampling](https://docs.vulkan.org/tutorial/latest/10_Multisampling.html) chapter gives me darker colors:...

@matteomeli Can you test the sample again with newest drivers? It seems the issue is gone for me.

> QGIViewDimension (...) throws around 6-11 arguments for creating a dimension line, like member variables doesn't exist. I would say it is a good thing. IMHO if the scope of...