Paul Ganssle
Paul Ganssle
> Scratch this question, I think I just misread what you said. Just so I understand: You have a full self-hosted setup (BedrockConnect server instance, and self-hosted DNS server configured...
> Thanks for pointing this out. Would it work if we do `triton>=2,
So I think that `gridspec.GridSpec` doesn't actually *require* a figure, so I'm thinking maybe it's better to get out of the business of using figures at all if we can...
I think in the long term it might be best to re-factor all the stuff that requires a figure out into some separate mechanism, to make it easier to re-use...
Agreed, honestly I kinda thought we already *were* taking the figure as input. This issue is related to #47, since I'm not sure if all plotting libraries have the concept...
Can you clarify what you mean by this? If I understand correctly, that seems out of scope for this project, which is really more intended to handle the subplot geometry,...
Hm.. Test failures all seem to relate to coverage. I think that this might be an issue with coverage 5.0 changing the report format. I think it's to do with...
I definitely don't think you should remove the failing tests, they're super important for the review process and to make sure we don't break anything. The housekeeping / bitrot stuff...
@pradyunsg No idea. In the past I have found that most permissions issues are highly system-specific. If possible, I recommend adding a `pyproject.toml` file and using `pep517.build` to build your...
If I am correct that @jonhue was trying to build [this few-lang repo](https://github.com/few-lang/few), then I notice that he *also* erroneously is creating a package named `test`, because he's not using...