Lee B

Results 34 comments of Lee B

Without dependency management, winget has completely missed the point (of a well established, 1995-era technology). Tools like apt-get are not about just "installing" packages: they're about encoding the dependency and...

That's SORT OF how it's normally done, @xcodz-dot , but not quite, because it doesn't scale when real dependency management is done involving potentially hundreds of packages and their version...

I think HDR is a value of a color-space property, in the same way that 1080 is a value of a vertical-resolution property. So 1080p should inform the vertical-resolution and...

Would suggest that this just be a standard search engine plugin that returns the result for math queries, rather than a special tool on the search page.

Assuming that doesn't exist yet, I suggest waiting for OpenLlama and making it the default, whilst still supporting other models.

There is a standard for ranges in normal english grammar: the [en dash](https://www.grammarly.com/blog/en-dash/) (not to be confused with the em dash). There is also a common/_de facto_ pseudo-standard for rendering...

The models usually can't actually read very much without forgetting what they already read. You might be able to upload a page or two, but for that much you could...

You need to `pip uninstall bark`, then `pip install git+https://github.com/suno-ai/bark`. bark has a naming conflict with another pypi package, and is now called suno-bark in its poetry package, but seems...

If you have no other copy of bark installed, so that the following works (looks as given, with this ModuleNotFoundError): ``` $ python3 -c 'import bark' Traceback (most recent call...

Same mistake, @digits122 ; it happens when the wrong library is installed, as there are two similarly named libraries.