Stephen Karl Larroque
Stephen Karl Larroque
Well, I'll watch the project, and if you or someone gets ideas of features or a hook to try to fix this issue, I can quickly code and test but...
A possible way to anti-jitter: simply cancel the VR tracking movement by applying an inverse calculation: googlesamples/cardboard-java/issues/27
You mean you'd like to make a system patch on a custom CyanogenMod? Indeed this would fix the issue at the root, but it would require users to install this...
What do you mean @CrazyPython in your last sentence? That we should define only the arguments in the .pyi files that would not discourage duck-typing? 2016-10-16 19:22 GMT+02:00 CrazyPython [email protected]:...
Ok yes I think that's a good idea, I hope it won't be too hard for us to determine what is meant to be duck-typed or not (normally the docstrings...
I'm not sure what the culprit is but parallel bars are quite tricky. On Linux, it is usually transparent because `tqdm` can provide a lock by default, but that's not...
We 100% agree, but [this is just how Python is designed](https://mail.python.org/pipermail/python-list/2014-November/681597.html): all imports in imported submodules in `__init__` are executed when you import `tqdm`, whether or not you need them...
I don't think changing the API would be better, as this would greatly reduce the ergonomics of `tqdm`. Your solution isn't that bad, thank you very much for the suggestion!...
Sorry guys I'm a bit silent but I am really busy for the next two weeks so I can't contribute on this issue atm, but I'll check it out as...
Found another issue with current solution for `tqdm_notebook` using a delayed adapter: class methods just don't work, for example `tqdm_notebook.write("hello")` outputs the following error: `AttributeError: 'function' object has no attribute...