Mark Derbecker

Results 7 comments of Mark Derbecker

I would say the [MIT license](http://opensource.org/licenses/MIT) is one of the most popular, that's what I've been using for any of my stuff. Thanks!

Not urgent at all, especially if you can say (in this issue) that you plan to release it under MIT (or some other permissive license).

This issue should be properly fixed by pull request https://github.com/shutterstock/rickshaw/pull/266.

I will mention that I attempted to use pull request #201 prior to embarking on this set of changes… Unfortunately it did not fix the issue for all edge cases...

Is there a workaround for this issue? Is there any other way to launch Jupyter Lab server in a debugger like IntelliJ?

I was able to get past this by explicitly enabling the `jupyterlab` extension (via terminal) before launching: ``` jupyter server extension enable jupyterlab ```

> But if uv is willing to only support the case where the directory specified in -t is empty, then yes, this is fine. FWIW, this matches our use case:...