Cyrille Rossant
Cyrille Rossant
That would be great! I don't have experience with Visual Studio, unfortunately, but I do have access to a Windows computer with it installed. I'm happy to test potential contributions...
Yes. Note that full Qt support won't be ready until v0.4 (2026). Slow/experimental support may be documented earlier if really necessary.
Yes I had tried `msdfgen::buildShapeFromSvgPath` and the same error occurs. Anyone else had the problem where a cmake build fails the first time but not subsequent times?
When splitting in the feature view, all spikes are loaded before computing the points belonging within the lasso so as to delete all spikes that should be deleted. The problem...
> For example if a unit has 200000 spikes and assuming 100 data points per waveform, doesn't seem a big amount of data that can't be handled. If a unit...
> At the moment, I do not know how to call _emit_ from the script, that's why I'm doing this. does this work? `from phy import emit`
How it is not working, do you get any error message, or isn't it doing anything?
Actually could you use the following command instead to make a split? `controller.supervisor.actions.split([p[x]])` See this [plugin example](https://phy.readthedocs.io/en/latest/plugins/#creating-a-custom-split-action)
No that's not possible at the moment, unfortunately. The plotting code only generates raster images.
> I looks like it should work from what I can see in the source. Possibly something is missing? `_app.py` does not yet implement `on_resize()`, it shouldn't be too hard...