Andreas Jung

Results 87 comments of Andreas Jung

I reproduced the issue with a fresh Data.fs ``` 2018-03-26T13:00:49 (17064) terminated by SIGINT 2018-03-26T13:00:49 closing storage '1' 2018-03-26T13:00:49 (17064) removed PID file '/home/andreas.jung.extern/sandboxes/plone-server-buildout-plone5/var/zeo.pid' 2018-03-26T13:00:52 (17071) created PID file '/home/andreas.jung.extern/sandboxes/plone-server-buildout-plone5/var/zeo.pid'...

It is unrelated to Plone for sure. However I have never seen this constant failure with previous ZODB/ZEO versions. Of course an index file may become inconsistent e.g. when you...

zdaemon 4.2 Plone does not generate a stop-timeout configuration. This is first showed up with a 15 GB Data.fs but it is also reproducible with a fresh and empty Data.fs.

yes, this is Linux, a recent Debian version. Let's me try on a different system...as said: this happens with a Plone 5 installation. Perhaps I need to dig into this...

Someone helped me out with a slightly modified version that works for me: ``` from typing import Optional import uuid from typing import List from sqlmodel import Field, SQLModel, create_engine,...

Yes, that's one of these weird errors. I compared the instance dicts of objects after manual vs. programmatic modifications and could not find an error.

Does the package owner ever tests packages before releasing them? It is a shame that such a trivial packaging error remains unfixed for over a year. Test your stuff before...

The feature list is impressive and I am intrigued to play with your tool for the next major release (in 2022). Could you provide a link to the jar file?...

I just wanted to bring this issue to your attention. I am aware that this is a beta. Setting `html { image-rendering: crisp-edges }` should happen automatically. As a user,...