Ian McFarlane

Results 17 comments of Ian McFarlane

@RossComputerGuy Use [https://github.com/Horus645/swww](https://github.com/Horus645/swww) and forget about oguri, it's unmaintained. I moved to NixOS myself recently, so I'd like to stay in touch if you make a working package for swww....

Alright, I'll leave this issue open if you plan on providing a solution at some point, but I won't make a PR.

@Scrumplex @TheOPtimal @timoreo22 In this case, it seems that separating the frontend from the functionality would require a fork. I will worry about this in my own time. However, I...

> We had some PRs months ago at PolyMC but no one wanted to work on this then. I'd love to take a look. Is it possible to recover those...

I am trying to build a game pretty much entirely in C++, but I have no prior knowledge of doing so in GDNative. I'm now prepared to go searching through...

Okay update, I was able to fix the issue by adding ``home.packages = [ pkgs.dconf ]`` when using gtk.enable. That line should be added to the gtk module.

Why not cut the problem at the root, at least in this case, and enable dconf in the HM gtk module?

I've opened [an issue on nixpkgs](https://github.com/NixOS/nixpkgs/issues/187899) to apply the patch you've given me to our build of chromium and ungoogled chromium. Thanks for your help.

This is still an issue, please look into it. Using include instead of import is the only way to get around it. If ``module`` has an ``import nimraylib_now`` and uses...

@greenfork I doubt this helps, because I don't really understand what's going on, but I tried wrapping all the declarations of ``struct Vector2`` with an ``RL_VECTOR2_TYPE`` define check. This solved...