izzues
izzues
Sorry if this isn't the right place to ask for help with this issue. I have a wheel I've built with the following command: `pip wheel --wheel-dir=/tmp/wheelhouse quickfix` And a...
Related to #103. When I try this: ``` mach-nix.buildPythonPackage { pname = "mypackage"; version = "1.1.1"; format = "wheel"; src = ./mypkg.whl; } ``` I get this: "error: Automatic dependency...
(Not automatically, since as far as I know people can see who saw their status!)
Thanks for your work! [SQLModel](https://sqlmodel.tiangolo.com/) models are built on top of and compatible with Pydantic and SQLAlchemy, which avoids code duplication. Are there any plans to support it as output?...
Hey, I'd love to use your script to install and dual boot NixOS on a machine where Windows 10 is already installed (legacy BIOS). Is there a straightforward way to...
Hey, thanks for the great work! Have you seen this? https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages/ The basic idea is that it's possible to host an entire SQLite database on GitHub Pages and query it...
Hello! Is it possible to use your library with an `embeds_many`? I'm trying to use it in a LiveView `live_modal`, with deletions enabled by the virtual field method described in...