Stephan Sahm
Stephan Sahm
same problems here - bash_kernel 0.7.1 - jupyter 1.0.0 - python 3.5.2
thanks for your response, what would be the issue with pickling the Proxy object as a whole and unpickling it as a whole? Can you explain?
I just looked into the implementation of ObjectProxy, but couldn't find any hint why this is happening the behaviour suggests as if ``__getattribute__`` is overwritten, however it isn't according to...
After some initial tests it seems like the following already solves the issue, however I don't know why: ```python class ObjectProxyRaisingErrors(ObjectProxy): def __getattribute__(self, name): return object.__getattribute__(self, name) ``` with which...
Thanks for joining this thread. I only have Python 3.6 and in fact when looking at the python code of ObjectProxy it looked as if it should have worked. How...
thanks a lot!
any updates? can we already seamlessly use HaRe together with stack for newbies like me? (currently trying out visual studio code extension [haskero](https://marketplace.visualstudio.com/items?itemName=Vans.haskero) which would be awesome to have some...
+1 would also appreciate this
how does the lowering for keyword arguments look like? is it the same reason there?
Franklin has a different approach as far as I understood it. More markdown focussed. As described, I myself am looking more for a julia focussed static site builder. In addition,...