Results 8 issues of Bartosz Taudul

This is a different take on #72 and #26. Excerpt from the DEBUGINFOD(8) manual page about the requirement, with some reasoning about it: ``` /buildid/BUILDID/source/SOURCE/FILE If the given buildid is...

.opus is standarized extension for opus encoded files: https://wiki.xiph.org/MIME_Types_and_File_Extensions Fixes #1249.

Koel 4.4.0 Audio files with .opus extension (https://wiki.xiph.org/MIME_Types_and_File_Extensions) are ignored during scan of the media directory. Fix seems simple enough: in `app/Services/MediaSyncService.php` add `opus` to regex in line 160.

[Type] Enhancement
[Pri] Low

Hi, Is there a way to consume certain mouse events (e.g. button click, dragging)? Example pseudocode: ``` c++ if( condition && IsMouseClicked( 0 ) ) { ConsumeMouseClick( 0 ); }...

inputs

Consider the following code: ```c++ int main( int argc, char** argv ) { if( auto unused = argc > 1 ) { int alsoUnused = 0; } } ``` Both...

clang:diagnostics

### Version/Branch of Dear ImGui: master ### Back-ends: n/a ### Compiler, OS: n/a ### Full config/build information: _No response_ ### Details: The FAQ says that the indented way to scale...

dpi

Consider the following code: ```c++ #include struct Interface { virtual void Func() = 0; }; struct Implementation : public Interface { void Func() override { printf( "Hello\n" ); } };...

With KDE 6 you can enable HDR for a display. If you do this on a display connected to an Nvidia GPU, the colors will be washed out, desaturated. I...