Lukas Erlacher

Results 17 issues of Lukas Erlacher

Some of our build steps in appveyor and travis don't pin the version of some dependencies, [like here in the lua-dist in appveyor](https://github.com/FAForever/client/blob/develop/appveyor.yml#L15): git clone https://github.com/LuaDist/lua.git While principally I believe...

enhancement
help wanted

https://github.com/FAForever/fa/issues/1688

enhancement

There is an ad-hoc lua parser in `src/vault/luaparser.py` that we want to replace by lupa just because maintaining our own lua parser makes no sense.

enhancement
in progress

The old new server doesn't implement mod and map upload, therefore these features should be the first to be migrated to the API. Needs: * [ ] API base layer...

help wanted

Beta-Mod is always shown in featured mod list. It should only be there if there is actually a beta release that's newer than the current fafmod shown as "FA Forever"...

enhancement
help wanted
analysis

Hallo, I just started this project: https://github.com/duk3luk3/faflauncher Where I'm trying to use asyncio-tkinter and also aiohttp. With the code as it is in the repo currently: ```python import tkinter as...

The [Readme](https://github.com/rbarrois/python-semanticversion#versions) suggests that ```python semantic_version.Version('0.1.1').build ``` should be `[]`, but in version 2.6.0 of semantic_version it is instead `()`. This makes little practical difference in most cases, except when...