-
### Checklist
- [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same problem, before opening a new one.
- [X] This issue only relate…
-
When editing an archival site in VSCode or another editor that supports [TOML Schemas](https://github.com/brunoborges/toml-schema), it would be nice if you got validation on your objects and the archi…
-
I see from previous version of SCAPE, apamix has a cores parameter; it does not seem the new version of SCAPE-APA has this feature when inferring pas, does setting a number for cores in the TOML file …
-
### Description
We can add a `rustfmt.toml` file to the repo and use some of the nightly features like
```toml
reorder_imports = true
imports_granularity = "Crate"
format_code_in_doc_comments = …
-
TOML config support would be nice to have, especially in a Rust project.
musjj updated
3 weeks ago
-
I've noticed that in older versions toml is serialized like this:
```toml
[category]
option1 = true
option2 = false
```
but now it's serialized like this:
```toml
category = {option1 = true, o…
-
When installing a python package locally via pip that I actively develop on I prefer doing so via `pip install -e/--editable `. This allows me to being able to import the package from anywhere without…
-
Hey @Len-L can you please implement a single pyproject.toml or setup.py file to install both of Pentest and Defense one shoot without prompting as occurs in the current setup.py?
Can you also translat…
-
Hello!
`pyproject.toml` isn't supported and only `pytest.ini` to enable `generate_report_on_test` and I have an existing project that uses `pyproject.toml` with `[tool.pytest.ini_options]` since y…
1Mark updated
3 weeks ago
-
Hello!
I see a previous issue on packaging re: adding to pypi - https://github.com/flatironinstitute/CaImAn/issues/509 - but this is sufficiently distinct, and the python packaging world has change…