Eric Dostie
Eric Dostie
Getting this error on Ubuntu 20.04.4 LTS using `make build-with-dependencies`.
#2067 provided an implementation of this feature but was closed until discussion on this issue was finished, however discussion seems to have stalled out without any significant contention between participants....
> What other discussion would you like? Seems like my suggestion would offer the right amount of customization, but wouldn't specifically fall under this issue. #2067 was closed because a...
I just realized that my poe.ninja settings were set to Sanctum prices. 😳 I apologize for the incorrect and misleading data. However, poe.watch was set to Crucible and my trade...
Just a passing thought I had on this. Would it be possible to offer fetching prices via poe.watch as an alternative? They have an API available at https://docs.poe.watch/ and from...
Encountering this trying to install Spacemacs 0.999.0 over native Emacs 29.3 on Windows 10 22H2: ``` â– Error (use-package): evil-anzu/:init: Cannot open load file: No such file or directory, anzu...
> @KurzedMetal Try putting them in `(game_root)/font` and `(game_root)/sound` instead. Catapult considers the directories in `data` to be reserved for built-in assets and tries not to mess with them. This...
Yup that works. Thanks for the correction. ``` { "typeface": [ "consolab.ttf", "data/font/Terminus.ttf", "data/font/unifont.ttf" ], "map_typeface": [ "consolab.ttf", "data/font/Terminus.ttf", "data/font/unifont.ttf" ], "overmap_typeface": [ "whitrabt.ttf", "consolab.ttf", "data/font/Terminus.ttf", "data/font/unifont.ttf" ] } ```
Experiencing this as well on x86_64 Ubuntu 22.04.3 Server. I recently upgraded from 3.0.0 to 4.0.4 so I cannot comment on whether this occurs more or less than other 4.0.x...
Seeing this on 3.0.23 with async cache enabled and cacheDelay set to 30: ``` project.nodeCache.delay=30 project.nodeCache.enabled=true project.nodeCache.firstLoadSynch=true ```