Andy Mender
Andy Mender
It seems that instead of introductions, I submitted 3 PRs ;). Recently, I became the new maintainer of the coolreader package in Fedora. As such, I would like to contribute...
Hello, I'm a Python developer, currently working on some other open-source projects. I started using fs-uae and really liked it. Would you need some help with improvements, bug fixing, maybe...
In reference to issue #1258, our naval combat system seems completely broken. While previously the issue was the inability of frigates to aim cannons, currently frigates cannot even be produced....
I looked through some old unresolved tickets and a number of them relate to our pathfinding system: https://github.com/unknown-horizons/unknown-horizons/issues/967, https://github.com/unknown-horizons/unknown-horizons/issues/1021, https://github.com/unknown-horizons/unknown-horizons/issues/1023, https://github.com/unknown-horizons/unknown-horizons/issues/1182. @LinuxDonald mentioned that FIFE has its own pathfinding system...
For now we have been using a custom `enum` implementation, which is more similar to the C/C++ enum type in behavior. The Python3 standard library offers its own `enum` module...
Follow-up to a side discussion started in: https://github.com/freeorion/freeorion/issues/4047 Originally suggested by @geoffthemedio > -refactor GetMeterNameMap, NameToMeter, and MeterToName in ValueRef.cpp to use a constexpr array of pair, or two constexpr...
--- name: Refactoring request about: Use `boost::format` to format string templates labels: "category:refactoring" --- Feature request =============== Idea ---- Several languages use string formatters to generate string templates, which are...
I know that one might require upper version level bounds if the APIs of dependencies change, but this would enormously help with packaging for Linux distributions :).
I tried following the tutorial here: https://stuntrally.tuxfamily.org/wiki/doku.php?id=compilelinux However, I am running into build issues similar to [here](https://github.com/stuntrally/stuntrally/issues/49) and [here](https://github.com/stuntrally/stuntrally/issues/50). If I compile against OGRE 1.12 with any compiler (tried GCC...
I was trying to install the Mediatek mt7630e driver from this GItHub repository, though it seems to be impossible on my Asus S301A with the most recent Gentoo kernel 4.4.6....