masklinn
masklinn
- managing artifacts using raw PEP 517 builders seems ill defined and quite unclear / ill-defined / non-standard, it looks like a pluggable frontend like [Hatch](https://github.com/pypa/hatch) might be a better...
Could you explain what issue you're observing in more details? e.g. commands, error messages, platform, what you're trying to do when that happens, etc... PyYAML 6 was release almost a...
Right, ok. I can probably just remove the bounds for `install_requires` (pending an eventual overhaul of the packaging), I'll need to find how to coerce tox into testing that situation...
@risto42 seeing as I don't know anything about arch, are you able to test a development version to see if that fixes the issue? I've relaxed the setup_requires again to...
That matches my sensibilities, plus since the namespacing is a bit odd it should be easy to put a new API at the root of `uap_python`. I'll have to familiarise...
> I think that the regex without your changes should also work. How could it work without their change? The old regex requires 4 numbers in the version, the change...
Missing: [cython](https://cython.org) (.pyx / .pxd / .pxi), which is currently completely invisible to tokei.
Thanks for the feedback. That is definitely a goal as I'm not a fan of the current strategy either, I tried moving to [a more fifo-ish strategy inspired by the...
Alternatively, is there some sort of native speedscope formats to which e.g. flamegraph's own could be converted? Or maybe it could ingest flamegraph collapsed stack information as a first approximation...
After checking it looks like speedscope [may already support flamegraph's stackcollapse format](https://github.com/jlfwong/speedscope/tree/main/sample/profiles/stackcollapse)? That also looks to be documented [in the wiki](https://github.com/jlfwong/speedscope/wiki/Importing-from-custom-sources#brendan-greggs-collapsed-stack-format), would a PR to add it to the readme...