maxalbert
maxalbert
Comparison of matplotlib figures is certainly a feature that would be incredibly useful because it's such a common use case. I'm not sure of the best approach, though. At the...
Just in case it is relevant, there is also the `testpath` module used by jupyter project: https://github.com/jupyter/testpath "Testpath is a collection of utilities for Python code working with files and...
This sounds like a very useful idea. I could imagine, however, that it _may_ provide an incentive for people to install FlowAuth on the same machine as the rest of...
@jiffyclub The current version does in fact allow managing environments by passing the `--name` argument in `extra_args` (at least with the fix in the PR #4 that I just submitted)....
Good catch @olivren, thanks for pointing this out. (I'm surprised I didn't re-execute the snippets when posting this to ensure they both behaved correctly. 😂)
P.S.: If there is a chance to enable `[TableOfContents]` in addition to `[TOC]` (as an alias) that would be fantastic, because then notebooks remain readable to non-technical users, e.g. when...
Ah, nice find. Thanks! Turns out it *does* already work in `mknotebooks` if I surround the `[TOC]` marker with blank lines. This kinda makes sense based on the issue you...
I like the suggestion to tweak the template! Thanks for considering it. :) Would it make sense to do away with the `app/` subfolder and simply have `apps/` and `config/`...
Quick addendum: I just realised that the impact of this bug is worse than just requiring case distinctions in tests. I had implemented some features in a test-driven way using...
FYI, the bug is triggered inside the method `DirectObjectAccess.py__file__` ([here](https://github.com/davidhalter/jedi/blob/master/jedi/inference/compiled/access.py#L186)). It is caused by the fact that in the scenario described above, the value of `self._obj.__file__` will be `None`. This...