Robin De Schepper
Robin De Schepper
Parses into 1 soma and 3 sections! 🎉
It is, thanks :)
When would this land in release? It's a blocker for me. If you can sneak it in in the next few days I would not have to fix a whole...
Nitpick: the sample identifiers (first column) need to be unique. I'd say since SWC points from the child to the parent, the inferred segment should have the child's properties all...
I'd say it's a design choice of MorphIO to allow for 0 length segments or not, but I don't see the harm in allowing it. I'd find it needlessly restrictive...
I don't understand? Why add a point?
I'm not sure this applies to Snakeviz as you can provide a custom timing function to the `Profile` class of both `profile` and `cProfile`: https://docs.python.org/3/library/profile.html#using-a-custom-timer The generated profiles should be...
You've not given much information 😅 but the visible names suggest an asynchronous operation, a retry decorator with possibly complex control flow, and a blocking call. This could be similar...
Refresh the page?
So the offending lines are https://github.com/jiffyclub/snakeviz/blob/a236c7bdfbde6163d5c772eeca33b71cd065998e/snakeviz/templates/viz.html#L248-L276 To address privacy concerns this could probably be changed into an opt-in CLI flag: ``` snakeviz --cdn-fallback snakeviz --allow-cdn ```