VelorumS

Results 59 comments of VelorumS

Just assign a Geddan sound file to it.

The replay should consist of: a replay of the 'network events' (what's actually happening in the game) and the replays of every player perspective. So, when viewing a match, you...

Yes, the AI totally has human rights.

Try to install the pyasyncore Python package. It brings back asyncore that's deprecated. https://github.com/simonrob/pyasyncore It seems that Python has deprecated asyncore in version 3.6 and removed it in version 3.12...

It seems that with Vulkan and GNU/Linux ARM devices it's reasonable to give the ARM option to the game developers. Browsing community/store on a tablet (since the multiple login is...

Keep issue open until having time to investigate or a switch to the Gateway API.

@oktalz why would I want to disable https? Why does it respond with http when it's explicitly disabled? Yes, I can modify a ConfigMap. But why when the ConfigMap is...

Even if APISIX is started long before the controller I'm getting the "context canceled" errors when relaunching the controller. If I get into the controller's Pod and do the same...

For now I'm using an additional field `qmldir: Vec,` in `OwningQmlModule`: ```rust qmldir: &[ ("singleton Theme", "qml/Theme.qml"), ("Whitelist", "qml/Whitelist.js"), ("MyView", "qml/MyView.qml"), ], ``` Here are a singleton, a plain js...

Not strictly related, but what's the preferred way to translate the `root_path` (`--root-path`) FastAPI/uvicorn parameter to huma? It's not a real prefix, it's the prefix that an external traefik/HAProxy strips,...