-
Similar to how VSCode Java extension does it
-
-
We need to update the Flutter version in order to :
1. Update packages and use new changes of packages
2. Stay safe
-
Is it possible to mark a uv project as `private` such that `uv publish` is completely disabled? For private code this is a desirable feature.
Something like:
```toml
[tool.uv]
private = true
…
-
-
Guten Tag,
ich habe ein neues CustomField erstellt "Inflationserhöhung in Prozent" (ID 18064).
Wenn ich dieses Feld in den Projekten beschreibe wird dies nicht in der API gesynct/übertragen.
Es…
-
-
[Phutatchai.zip](https://github.com/user-attachments/files/17271968/Phutatchai.zip)
-
-
In NodeProject and RustProject structs the `deps` field is of type `Vec` but in fact, it cannot and should not contains multiple occurences of the same value.
Maybe use an HashSet instead.
```rust…