feenkcom / gtoolkit

Glamorous Toolkit is the Moldable Development environment. It empowers you to make systems explainable through experiences tailored for each problem.
https://gtoolkit.com
MIT License
1.06k stars 46 forks source link

PythonBridge should also proxy None #3850

Closed svenvc closed 6 days ago

svenvc commented 1 week ago

The PythonBridge currently makes a special case for None, never proxying it.

That way, the result is always nil and we lose the (Python Bridge application/runtime context).

It would be better to treat None as a normal object and proxy it.

svenvc commented 1 week ago

2024-06-28_16-37-36_BlElement-944607232

svenvc commented 6 days ago

Done