Alexander Timmermans

Results 19 comments of Alexander Timmermans

Still problems with newest websocket package. Does somebody has an idea what goes wrong? Would be nice to open an issue for the websocket package.

I experience the same on Arch Linux, Python 3.8.1.

Not correctly terminating is a "downer" for using the library at a larger scale. Having to manually kill chrome processes that are not correctly terminated is not nice. A proper...

No comment until now. @benjamine would be good to have a statement from you.

Thanks. With the help of `context.parent` it is indeed possible. Here a possible working plugin to detect a loop. I have added a safeguard check because it if you change...

Absolutely right but the library is for diffing original JavaScript structures and creates JSON based diff information. So having cyclic objects and then describe the difference between them with a...

@alexmarkley: Could you make your Dockerfile you used for building taiga-back on ARM64 available somehow? So far I could not make it work on arm32v7. And yes I try to...

@alexmarkley Thanks, I checked yes. For linux/arm/v7 this Dockerfile does not work unfortunately. But I can confirm it works for amd64.

A workaround is to create a custom tracker function that adds `$$hashKey` values to your entities. Here an example for a tracker function that uses an `id` for tracking: ```...