Jon Musselwhite
Jon Musselwhite
Are you specifying the repository to pull jupyterlab from? You might try `conda install -c conda-forge jupyterlab` if you haven't already, or you can refer to the documentation at https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html...
Oh okay. There are many Python environments to choose from, so I thought you just needed help installing the specific one you picked. I'm not a package maintainer, so I...
Glad to see I'm not alone. I thought "how could I possibly be hitting 5000 requests in an hour? I assume something is going wrong and causing an unusually high...
Also, I tend to leave my computer on with VS Code running, but my computer crashed the other day because so many GitHub login dialog boxes had appeared overnight that...
A scratchpad for every directory would be excessive for me, but one for each repository would be nice. There could be multiple `:ScratchPad` command options for opening a scratchpad in...
The `zig` compiler was the only one that worked on Windows "out of the box" for me too. It's also easy to install with the Windows package manager [`winget`](https://learn.microsoft.com/en-us/windows/package-manager/winget/), which...
I'm experiencing this same problem using PowerShell to open nvim inside Windows Terminal. The `TERM` environment variable is not set, and `:set title` has no effect. To work around the...
> the same occurs with `foot` If [this is the man page](https://man.archlinux.org/man/foot.1.en), you might be able to work around the problem by setting `TERM` to `xterm-256color` with command line arguments:...
> I know, but this limits the visibility of some features offered by foot, beause other applications won't know it isn't just xterm capabilities Oh, okay. In that case a...
> Generally, these LLM apis has a memory or context as argument in order to continue the chat; just not passing previous data will work for clear context. How would...