Angus Hollands

Results 221 issues of Angus Hollands

ImageTexture arguments are "options & bgui.BGUI_CACHE", which I suspect is intended to be options | bgui.BGUI_CACHE In addition to this, you cannot load an image at a later time for...

BPY UI-like API Supports table-like UI creation. May wish to use bgui.Widget instead of bgui.Frame

Thanks to Andrew101 for the original implementation

This issue might be similar to #28. I am developing the [literary](https://github.com/agoose77/literary) library that enables users to develop Python packages/modules using Jupyter Notebooks. It aims to facilitate a kind of...

Currently the `sys-prefix` arg is passed to `labextension install` which doesn't handle it, and errors. https://github.com/jupyter/nbdime/blob/1f864d298b0c6c987316a8cd92fca820ea1d8757/nbdime/__main__.py#L55

This PR starts to add support for `jupyter-packaging`. It's a first-pass, so it's possible that things like `extras_require` etc are broken! I ran into one issue that I'm unsure on...

I don't know a huge amount about the IPython internals, so this might not be the right fix. Currently, `DisplayHook` uses the shell history to determine whether the current cell...

This PR builds upon #1552 to make the docs more discoverable and provide helpful answers to "what is an awkward array", etc. It addresses some of the tasks in https://github.com/scikit-hep/awkward/projects/7#card-84465881...

## Background I'd like to introduce a tool like https://github.com/executablebooks/github-activity to automate our release note generation. We already have a tool that does this, but we don't do anything special...