Andreu Codina
Andreu Codina
C# 12 has primary constructors in classes, but they don't generate properties automatically (it's a really bad design choice, but it's the chosen one). It'd be interesting to generate properties...
Dotty is removing boilerplate, so I suggest remove the colon too. Examples: Before `val name: String = "Andreu"` After `val name String = "Andreu"` Before `def someRandomMethod(name: String, age: Int,...
Add Azure Key Vault settings source. **Doubt:** Where should I add the required Python packages (`azure-keyvault-secrets==4.8.0` and `azure-identity==1.16.0`) to use `AzureKeyVaultSettingsSource`? This is the infrastructure: ```terraform resource "azurerm_resource_group" "pydantic" {...
In my company we have lots of microservices and nanoservices, and a Python project prototype I maintain to guide how Python projects must be developed and updated. It's a common...
I tested the latest fix (https://github.com/astral-sh/uv/issues/3291) and still can't install a private package using `uv` due to another error. **requirements.txt** ``` sqlmodel==0.0.14 my-private-package==1.0.0 ``` **Execution:** ```bash $ uv --version uv...
Azure Key Vault stores secrets. Azure App Configuration provides configurations, secrets, several secret stores, external references, auto-reloading, feature flags, and a lot of complex usages. This settings source copies the...
I'd like to install `rye` from PyPi. It simplifies the CI and DevContainer code.
The `__init__.py` file is optional, but if you download the repository https://github.com/astral-sh/uv-fastapi-example (a fresh copy, don't re-use the repository) and remove the `app/__init__.py` file, when you run: ```bash uv run...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...