Joshua Bronson
Joshua Bronson
No, that didn’t fix this issue. It should be easy to check that this is still broken. Just try installing jupyterlab-git in a fresh jupyterlab instance (eg using the Extensions...
I've been hitting what I think is this same issue [in bidict](https://github.com/jab/bidict/blob/ad739544af1dd4983474e25b8232d7633a66d963/bidict/_named.py#L72) too. I've been silently 'type: ignoring' it, but figured I'd chime in here, in case this is another...
If I understand you correctly, the namedbidict API has been in bidict since 2009, long before Python had type hints. Sharing this example in case it’s desirable for mypy to...
Aha, looks like the config above can be changed to just setting `bazel.buildifierExecutable` to `@buildifier_prebuilt//:buildifier` and then this extension will use bazel to build that target and use it, nice.
Thanks for reopening this in support of making the user experience better here. The fine print that is already in the Settings UI is indeed how I eventually discovered this:...
Found my way here after I had this idea too and searched the tracker, and was happy to see an issue already accepted for this! Would adding a keyboard shortcut...
(Hi from my personal account) Meant to say, like the OP, I am also using Linux. I just found https://github.com/conda/conda/issues/13488 which also mentions conda-lock but they are using Windows. Related?
Thanks! This is for work where we’re already standardized on conda and switching to pixi for this use case is not something I can do independently or immediately, but it...
@mikeland73 et al., is this an easy ask? I'm thinking of giving a demo of devbox to colleagues (to gauge interest in potential adoption as part of our tech platform),...
I just tried upgrading hypothesis and believe I hit this. [My stateful tests](https://github.com/jab/bidict/blob/main/tests/test_bidict.py#L92) went from completing in 8 seconds for me locally to still running after several minutes (at which...