imbev

Results 50 comments of imbev

It would be useful if dependencies of the wrapped script could be specified and added to the html file via pyproject.toml or requirements.txt . The syntax might be something like...

> Can you write an example of pyproject.toml for uv? Thank you ```toml # pyproject.toml [project] name = "my-project" version = "0.1.0" description = "my description" authors = [ {name...

> [project] dependencies = [ "httpx", "gidgethub[httpx]>4.0.0", "django>2.1; os_name != 'nt'", "django>2.0; os_name == 'nt'", ] > [project.optional-dependencies] gui = ["PyQt5"] cli = [ "rich", "click", ] > [project] requires-python...

Also encountering this problem: ``` Error: Invalid `prisma.workspaces.create()` invocation: Prisma Client could not locate the Query Engine for runtime "rhel-openssl-3.0.x". This happened because Prisma Client was generated for "debian-openssl-3.0.x", but...

Hello @pymike00 I currently use Ollama on Debian Linux. It can be compiled on Windows, but the Windows version is definitely not ready yet. https://github.com/jmorganca/ollama/blob/main/docs/development.md

It would be ideal for Flatpak-packaged Zed to be able to use devcontainers with host podman.

If #11 , is approved, installation can further be improved through uploading to pypi.org