kasium

Results 128 comments of kasium

Mhm, there is no changelog and the changes don't look related: https://github.com/requirejs/requirejs/compare/2.3.4...2.3.7 However when lookin into other PRs like https://github.com/spatialaudio/nbsphinx/pull/849 I think your CI is broken :-)

So the problem the plugin tries to solve is the following. In invoke, python functions are decorated with `@task`. This decorator makes the function a class instance of `invoke.Task`. As...

Sure. outdir is used to find the right `_static` folder. `builder.name ` is used to find out if we run with `dirhtml` as then some structures need to be changed

@ferrerojosh can you please have a look

Hi, thanks for coming back to this issue 😄 . Let me give you some background on my use case: * my library supports python 3.8 till 3.13 (okay, now...

Sounds like a plan. However, I think setting the python_version to the latest and just ignoring invalid findings is also a valid option

@jarus I've seen this already and it should be registered by sqlalchemy, but only in the current main which is not yet released. Maybe add a todo to remove it...