Max Klein
Max Klein
Oops, missed one. One of the handler methods in kernels is also wrapped: https://github.com/jupyter/enterprise_gateway/blob/c96e69de46033af319d2404858a02390308f65cd/enterprise_gateway/services/kernels/handlers.py#L130-L131 But that same file also contains a `post` method that can be used to start new...
Oh wait, i think i get it. Is the idea that all of the methods that aren't wrapped in `web.authenticated` do a call to `super` at some point, and that...
> On every major release, bump all packages a minor release at a minimum. Any packages that have breaking changes, bump as a major version. This means we are free...
@mountain01 has actually found a bug in the latest version of the `package.json` template. The `style/*.foo` file globs are too specific (they were in fact designed to only pick up...
Yah, progress bars is one area in which the base `pip` has massively improved in recent years. It would be nice to have similar output by default in `uv` as...
This is currently just an example of how this could be done by vending a static bundle of the `conda-store-ui` js lib. Before this PR can be considered complete, I...
Hey @goto-bus-stop, thanks for working on fixing the issues with cwise and static-module. I have a professional interest in seeing cwise get upgraded past its security issues. Currently at my...
> Please note that the static-module/static-eval bump issue was addressed in [plotly.js v1.54.4](https://github.com/plotly/plotly.js/releases/tag/v1.54.4) by not using `cwise`. Hooray!
> - generates the required typings/stubs on either side of the exchange @bollwyvl Any recs for a good openapi -> python and/or openapi -> typescript stub generator?
hmm, interesting. Apparently people were bringing up a lot of especially difficult issues at the start of 2018, for some reason