-
```
These are some just small things I noticed that we don't have, but would be
nice to. If some of these do exist, feel free to correct me:
1. When looking at your PM box, would be nice to have some…
-
Open shell in HA.
* list all dockers `sudo docker ps --format "table {{.ID}}\t{{.Names}}"`
* ssh into image `docker exec -it $(docker ps -f name=addon_a0d7b954_esphome -q) bash`
swa72 updated
6 months ago
-
### What is this issue about?
will explain later
-
@marc-portier will fill in the details here, but he is requesting that the logsheet_schema_extended is tripleised (and perhaps I need to tidy it up first?)
-
Yo,
I initially planned this in my mind for 1.5.0, but as 1.4.0 is getting more and more "late" (that's a volunteer project at all), so I'm opening the issue right now and I did not set a milestone…
-
I just randomly noticed [all these domains](https://github.com/acdh-oeaw/apis-acdhch-default-settings/blob/debbd84b68c77f333826da252a6a08065b09b893/apis_acdhch_default_settings/settings.py#L107-L125) …
koeaw updated
5 months ago
-
-
API_GetFactionInfo has been replaced by API_C_Reputation.GetFactionDataByID and therefore this doesn't load on Patch 11.0 and higher
Warbands can partially share quest progress:
C_QuestLog.IsQuest…
-
I wanted to build something similar for a game I have in mind and I came across this. Did you have any similar plan for the project?
-
Discussion thread for ideas to improve PyVRP's performance. Could be low-level stuff, like better code optimisation, smaller data types, and/or caching. Or a smarter data structure, better algorithm, …