Michael

Results 32 issues of Michael

Would you be opposed to adding compiler switches for the various features? Currently, libtcod requires 3 external libs from what I can tell: SDL2, zlib, and pthreads. However, some games...

enhancement

It would be helpful to add a parameter to the pathfinding for a custom heuristic function. I'm not too familiar with the internals of the TCOD pathfinding, but looking into...

enhancement

I noticed I can't get the default frontend to run on my older laptops and my arm-based linux laptop (using the open-sourced panfrost driver). I get an error with: ```error:...

### Guidelines - [X] I have searched the [issue tracker](https://github.com/FreeTubeApp/FreeTube/issues) for a feature request that matches the one I want to file, without success. - [X] I have searched the...

enhancement
E: ease of use improvement

Is there a specific reason to include the wld sources in the git repository? I guess it means there are less dependencies to download, but I think we'd be better...

Latest Wayland slackbuilds under Slackware. Getting this error: ``` xdg_shell@8: error 0: use_unstable_version must be called first ``` I've verified the earlier call to xdg_shell_use_unstable_version is being called. So, I...

When I call `has` for a directory path, it returns a FileNotFoundException. Calling `has` on the AwsAdapter work correctly. It looks like the `Filesystem::has` function is stripping the trailing slash...

I've been experiencing some issues with OtherIndicated Ambiguity and the Fullscreen layout, and I think I've narrowed down the issue. All OtherIndicated does is prevents borders from being drawn on...

enhancement
help wanted

I'm having some troubles getting reverse relations working at all with backbone-associations. Currently I'm rolling my own reverse relations but this is getting tiresome & difficult to maintain. In the...

This is most likely simply a documentation issue. The main issue I ran into is that createRGBSurfaceFrom accepts an IOVector of raw pixel bytes. I naively assumed the bytes would...

enhancement