Michael Bunsen

Results 24 comments of Michael Bunsen

[This article was helpful for me](https://www.barbarianmeetscoding.com/boost-your-coding-fu-with-vscode-and-vim/multiple-cursors/), about using multiple cursors when using Vim keybindings in VSCode. None of the `Ctrl`, `alt` or `Fn` key combinations commands work for me on...

Hi @JWCook, I received a notification about this ticket when you closed it. I am truly sorry for never responding after your very thoughtful and fast reply. Looking at my...

> Hey, no problem, and it's good to hear from you. Likewise! > > I haven't found a good logical way to re-use database connections and run long-running background tasks...

Is the issue that Ollama tries to do something in the _parent_ of the custom models directory when running as a service? Because the issue persists if the custom models...

Another use case is transferring data to private OpenStack implementations in public HPC clusters like Compute Canada or Jetstream2. I am currently trying to export 20TB of 100 million small...

These 2 look like candidates. Both have the solder tabs that stick out and the dimensions seem close enough to fit on the current PCB pads. Hard to tell if...

Does this apply to all pywebview apps on macOS or just this react boilerplate? Does pywebview still work on macOS? Thanks for all your great work.

I have the some issue. Even when installing from the main branch with `pip install git+https://github.com/ultralytics/ultralytics.git@main` ImportError: cannot import name 'YOLOWorld' from 'ultralytics'

I realized I installed it in a python 3.9 environment. When I installed ultralytics in my python 3.11 environment I am able to import YOLOWorld fine.

@Solaire111 make sure you are have the correct python environment active. That was my issue.