Andreu Codina
Andreu Codina
@charliermarsh Sorry, but I have to comment before this is released. Backends in serious projects have several sources: you use the `pydantic-settings` package or the equivalent in another language, and...
I'm not a NodeJS developer, but this PR is breaking conventions and good practices. Developers always need to load the `.env.Local` values when they execute the code in localhost. Why...
> I don't understand this critique. Are you asking for `uv run` to automatically load anything that's prefixed with `.env`? Or are you asking that `uv run` never detect these?...
`uv init` isn't appropriate for monorepos because it doesn't have good defaults, so you must create your own folders and files. You can check https://github.com/AndreuCodina/python-monorepo if you want a monorepo...
I can help, but TBH I'm tired of DevContainer. It crashes after each Docker update.
https://github.com/AndreuCodina/python-monorepo - I've created a monorepo with 2 deployable projects (`api` and `transcriber`). - WIP, but I have doubts about how I should organize the workspace members and at the...
It's now GA :) https://github.com/microsoft/mssql-python/releases/tag/v1.0.0