-
serde_json supports enums:
| Kind | Enum field |
|--|--|
| Unit | `"field": "Unit",`
| Newtype | `"field": { "Newtype": 42 },`
| Tuple | `"field": { "Tuple": [42, "answer"] },`
| Struct | `"fiel…
-
### Describe the bug
plugins is invalid after installation on Ubuntu
### To reproduce
In one pdm project, create plugin/my_plugin.py
```python
# plugin/my_plugin.py`
def plugin(core):
print…
-
Would you mind me adding support for TOML? Because TOML looks simpler and less error-prone
There is a good article explaining the reason why TOML is better than YAML
https://arp242.net/weblog/yaml…
-
These build backends are likely to have a more complicated use-case, such as needing to generate their own SBOMs instead of only forwarding along SBOM documents specified in pyproject.toml.
* [ ] M…
-
**Problem**
When a `profile` section is provided in the `Cargo.toml` for a crate in a workspace that isn't the workspace root, the following warning is generated:
```
warning: profiles for …
-
Thank you very much for this port!
Our lab would like to include your software as a dependency of a cell morphology software we maintain.
https://github.com/CamaraLab/CAJAL
Currently it seems eas…
-
TOML is case sensitive, and we seem to be writing capitalized keys inconsistent with the rest of netlify.toml examples with this tool. We should fix that.
-
I just ran FlashLFQ v. 112 and it ran just fine. However, i did notice that there was no settings, or toml or prose in the output. It would be good to store all that stuff with the output so we know w…
-
From the [documentation](https://prettier.io/docs/en/configuration.html): "A .prettierrc.toml file, written in TOML (the .toml extension is required).".
The `.prettierrc.toml` can be added [here](h…
-
We want to move away from the parameter manager type reading and use TOML to configure SLAMBench.
This will require creating a `class` or `struct` (e.g called `GlobalConfiguration` or similar) to r…