William Mayner

Results 12 issues of William Mayner

Thanks for this, it's awesome! Any chance of supporting something like [GFM's task lists](https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments)?

When a shortcut is taken, no purview is attached to the MICE object. This can be confusing for users and should be indicated explicitly.

Some objects in `pynndescent` are not serializable by `pickle` or even `cloudpickle`, for example `pynndescent.rp_trees.FlatTree`. This prevents serialization of `UMAP` fit objects when `pynndescent` is used. Relevant UMAP issue: lmcinnes/umap#273

Would it be possible to add the `gq` command (in both normal and visual mode) to format text?

I'm following the instructions for uploading files via the new API on https://developers.zenodo.org/#quickstart-upload. I can successfully create a new deposition, but I cannot upload any files. The response is ```...

Bug

**Question** The repo is not syncing automatically with GitHub. I believe I've configured `ssh` correctly in the `config.yml` file, since I can push directly from the command line (without being...

I just discovered this library and it looks excellent. Because the functions aren't native Python, there aren't any docstrings to document them via normal Python introspection. It would be helpful...

Suppose I've created two different filesystem-backed databases. Is there a preferred, sanctioned way of merging them into one? Thanks for this, it fills a useful niche!

When I run `xontrib load powerline` I get `NameError: name '__xonsh_env__' is not defined`. I'm new to `xonsh` so it might be an issue on my end, but I'm not...

Thank you for developing this! I think it would be very useful to use this with an IPython magic command, similar to the approach taken by [this extension](https://github.com/ShopRunner/jupyter-notify) (which seems...