Venky Iyer
Venky Iyer
I still see this behavior (Prezto commit: d6e1ef5), zsh 5.8 (x86_64-ubuntu-linux-gnu), Ubuntu 21.04
In addition, that error message is not very useful, since it just repeats the (repeated) contract - would be more useful to show the offending code.
@waterlink did this problem ever get fixed?
See https://github.com/egonSchiele/contracts.ruby/pull/214
I believe I'm seeing a similar issue with https://github.com/microsoft/pyright/. ```python import wrapt @wrapt.decorator def foo(wrapper, instance, args, kwargs): return wrapper(*args, **kwargs) @foo int: return x ``` Here are a couple...
@moses-palmer , I'm seeing this (ie. calling `mouse_listener.stop()` hangs occasionally) too, on an Ubuntu 19.10 Gnome 3 box. I can help with some debugging if you have suggestions. Thanks for...
Still happening to me?
Actually here's a discussion about this exact topic: https://github.com/purcell/envrc/issues/12#issuecomment-770330324
See #387 for some related discussion
Thanks! I think this (multiple results without `display()`) would be a useful feature to have; in my experience I use that IPython snippet in every notebook, and it is nice...