Will McGugan

Results 715 comments of Will McGugan

Your app looks great BTW

We're working on a large feature branch ATM. The code in main is somewhat frozen in terms of features. If you need this I'd suggest forking it for now. Happy...

Care to submit a PR for that?

Is that the worker threads change to copy/move? Could have exposed a thread-safety issue. I've just recalled there is a `thread_safe` meta value. I should probably do a non-threaded copy...

Can you please elaborate on what these change do?

What exactly isn't working for you? Do you have tracebacks / error messages you could paste?

Agree in principal. Another (possibly complimentary) option might be to have a specially crafted local attribute with a set of keys to exclude from locals. Something like: ```python def get_password(self):...

That would be possible with atomic data structures. For other objects you can't really know what attributes will be displayed in the `repr`. It would also be unwise to iterate...

Don't know how to make the above link public, here's a screenshot. Pretty sure it just requires a bump of `ipywidgets`. We should bump it just enough to get rid...