Philip Meier
Philip Meier
Temporary fix for https://github.com/pystiche/pystiche/issues/602#issuecomment-1503224470
Unfortunately, I've had no time to properly work on this the past two years. Still, there has been quite some development after the 1.0 release that should not go to...
See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files
While working on #174, I also worked on the test suite. In there we have the ginormous tests that are hard to parse, because they do so many things at...
### Feature description Instead of using the short forms used for the machines, use the human readable versions for the cloud providers during `--guided-init`: https://github.com/nebari-dev/nebari/blob/daecbcf37497b1b8b4e3f0f52667ababf3c023ad/nebari/cli/init.py#L331-L335 https://github.com/nebari-dev/nebari/blob/daecbcf37497b1b8b4e3f0f52667ababf3c023ad/nebari/schema.py#L26-L32 ### Value and/or benefit...
### Feature description While running `nebari init --guided-init`, one of the first things that one has to put in is a project name. There are some requirements listed, but if...
### Describe the bug The `nebari` internals ignore the `-o` / `--output` setting in multiple places, e.g. https://github.com/nebari-dev/nebari/blob/daecbcf37497b1b8b4e3f0f52667ababf3c023ad/nebari/render.py#L272-L274 https://github.com/nebari-dev/nebari/blob/daecbcf37497b1b8b4e3f0f52667ababf3c023ad/nebari/deploy.py#L48-L53 ### Expected behavior If we provide such an option it should...
This is a very early prototype of a refactoring I have in mind. Posting this here for CI :innocent:
We currently suggest people install `ragna[all]` by default and only drop the `[all]` extra if they want fine-grained control https://github.com/Quansight/ragna/blob/e0fe0145a5d7428923be778542d5211e8359c174/docs/install.md?plain=1#L9-L23 `pip install ragna`, which is what most people will try...