Scott Mueller
Scott Mueller
Thank you @CrossEye for asking if I'd have any issue deprecating `juxt`. If `applySpec` covers `juxt` entirely and has no fundamental difference in performance and functionality, then it seems obvious...
@walterhiggins - are you referring to the hearts players see in survival mode? The issue is the other players can't see it. Or is there another healthmeter?
None of the examples work for me, is this part of this bug? Is it going to be addressed? This is what I get for just about every example (with...
@shawn42 I just did a `git pull` and I get the same "the method alive already exists" error. I confirmed my code has the same changes you made yesterday.
It is scoping I'm looking for. And potentially a performance improvement (although the improvement might be negligible). In my case, I may get streams of messages containing nested code blocks...
> ``` > > from js import prompt > def input(p): > return prompt(p) > __builtins__.input = input > > ``` This worked great. Shouldn't this functionality be the default...