Filippo Ledda

Results 9 comments of Filippo Ledda

Probably related: I have an app which uses griddle and also uses redux and the devtools: the devtools also tracking the Griddle state causing big spikes in memory and crashes....

Hi @aranega, thanks for your fast response. That's really a good point, I was just thinking about the overhead but we're possibly losing data we definitely don't want to lose.

Hi @aranega, thanks for the patch I'm trying make some tests but I'm getting the following error: ``` File "/home/user/testnwb/dependencies/pygeppetto/pygeppetto/model/values/values.py", line 139, in no_check_eattribute_extend self.owner.notify(Notification(new=sublist, NameError: name 'Notification' is not...

Hi @aranega, I ran some tests and it's working perfectly. Performances are much better and we are no more losing data in the timeseries. Will this be ported into pyecore?

Possibly related discussion: https://github.com/pydantic/pydantic/discussions/4242

If I don't add a field it's like Pydantic is considering the two classes equivalent and what I see is that the annotations are the same from the base class....

The not working example is the one I originally posted, and the application breaks on any path with the error above. These are a few ones that are working for...

Hi @ntolley I've tried installing as you suggested and I get this issue when running: ``` Traceback (most recent call last): ... raise ImportError( ImportError: lxml.html.clean module is now a...