Matt Fisher

Results 143 issues of Matt Fisher

`protected branch hook declined` ... `Changes must be made through a Pull Request` Following the instructions as written only works if the releaser bypasses branch protections. They must be an...

bug
documentation

We have some questions that have been open for a while, for example, what do we do about Poetry? #374 Personally, I don't know when we've reached consensus and can...

impact: governance

I think we can make our labels a bit more clear by making them multi-part with a delimiter (`:` or `/`). Many other projects do this, e.g. [matplotlib](https://github.com/matplotlib/matplotlib/labels). I don't...

documentation

Resolves #47 ---- 📚 Documentation preview 📚: https://readthedocs-preview--48.org.readthedocs.build/en/48/

I think this can be achieved by changing the call to `String.replace` to `String.replaceAll` here: https://github.com/readthedocs/actions/blob/43ac444506db41f07391f7c9e82c0e71943f0ea5/preview/scripts/edit-description.js#L36 I'm looking to do this because our docs include a WASM deployment of our...

Hello friends 💓 cc @jnywong ### Proposed change Currently, invitation codes can only be used to [share](https://jupyterhub.readthedocs.io/en/stable/reference/sharing.html) a server with another user on the same hub (to the best of...

enhancement

Getting `KeyError: 'feed'` because CMR is down right now! ``` --------------------------------------------------------------------------- KeyError Traceback (most recent call last) Cell In[7], line 2 1 # Setup the Query object ----> 2 region...

### Proposed change Enable building images with `pixi` using `pixi.toml` as a configuration file. This is significantly faster (over 10x for an environment I'm working on) compared to micromamba! Note:...

needs: discussion

Resolved for latest docs by #737 but stable docs are still impacted. The search button in the top nav bar displays with only a keyboard shortcut hint, and no icon:...

documentation

When I have a code block like so: `````` ```{code} python :linenos: print("Hello, world!") print("Good night, moon!") print("I'm a monster! Don't look at me!") ``` `````` If I only want...

bug