Maximilian Linhoff
Maximilian Linhoff
Ok, but then I'd certainly need some support for implementing it correctly. I wrote you on slack if you'd be willing to do some pair programming on this a while...
> My reasoning for this can be summed up as it putting the complexity onto the user to get the performance advantage rather than the maintainers. But the user has...
I agree, that numba is not the best approach here, which is why I also opened a cython based PR. But just shrugging off inefficient code in the core and...
Ah, sorry, yes, fully agree!
Example without the errors, just showing that two files are loaded: ```python from pathlib import Path from traitlets import Integer from traitlets.config import Application from tempfile import TemporaryDirectory class Foo(Application):...
@StFroese that would still load the config though. Better just not remove the extension in that case.
These are similar, but not the same. It's not in a prompt, like the other two, but during the download of repodata
As jupyter is no requiring jsonschema >= 4, it would be great to have a release to be able to have jupyter and cffconvert in the same environment
@shoenig Indeed, it works with "real" docker. I was under the impression that podman should be a drop-in replacement for docker on RHEL. So is this a bug on the...
> We have experimented with using conda-forge for build and release before but hit too many roadblocks. I would kindly encourage you to re-evaluate this decision (or in general the...