Chris Cleeland
Chris Cleeland
I am also not (yet) a paying user for wandrer; non-paying users can download maps for a limited number of areas a limited number of times to see how it...
> If I got some free hours I might try to download wandrer maps for my area and try to include them. I have a zip file of my area...
I am still interested but haven’t had any time in the last month or so to try out setting up the environment to use this cool tool much less a...
It may even be older—possibly 1.7? There are various reasons for that, and it’s not easily changed unfortunately. Chris Cleeland On Tue, May 7, 2024 at 12:15 AM Oleksandr Yakushev...
Possibly, though also not trivially. Do you think that this is an issue that might be resolved if I were to build the async profiler and clj-async profiler packages in...
I would much prefer to be on a more modern version of clojure, but moving it past the current version introduces some breakage that requires more investment than is currently...
The replacement function idea worked, though I had to also bring in a couple of other private functions from post-processing. The version skews are regrettable, and in other circumstances I...
The breakage isn't necessarily in clojure itself, but in library dependencies, cross-library dependencies, and underlying java-native dependencies (i.e., moving past this version requires bumping some dependencies, which domino-effects into others...
To close this out, the suggested substitution functions properly generate flamegraphs. I had to also copy over `count-same` and `efficient-split-by-semicolon` since those private functions are referenced by the substitution functions.
I have some questions regarding your use of python-ant that might be answered by python-ant documentation...but I don't find much in the way of documentation in that repo. Did you...