Adam Polkosnik [fun]

Results 8 comments of Adam Polkosnik [fun]

I'll add some glitches that I've noticed if a few other demos: - Phenomena Enigma - starfield after the intro-troll is not rotating, just flowing from left to right. -...

It just hangs on my tests.

https://download.experiment-s.de/Configware/2K19A/rtl/vhdl.zip

There's a graphical glitch in the Goraud pulse part, I think that BFINS instruction implementation in tg68 might be to blame.

I've played a bit with a snippet and with some modifications( https://gist.github.com/apolkosnik/e94327e92dd2e0642e2b263efd87d1b1 ), then I ran it against Mongoengine 0.8.8 and 0.11: Please see the pictures... On 0.8.8: mongoengine with...

It looks like some change from 0.8.8 to 0.9+ caused the __get__() in ComplexBaseField class to go on a dereference spree for dicts().

Fix is in https://github.com/captain-amygdala/pistorm/pull/53

commenting out line 85 in debug_toolbar_mongo/operation_tracker.py: ``` safe=safe, ``` fixed it for me.