-
The `validation` scripts have proved useful for code development since they essentially provide convenient scientific / integration tests which would be hard or expensive to implement in CI, but which…
-
### Describe the solution
The current usage of `validateAdditionalProperties` is only used for a subset of configuration fields, such as `build` or the `top-level` entries.
This means that you c…
-
###### Which version and edition of Flyway are you using?
10.18.0
Why is `cleanOnValidationError` deprecated? Is it replaced by another option? If not, please explain as I use this feature regular…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Code:
```python
class ConfigRoot(BaseConfig): # type: ignore
mail: dict[str, MailConfig]
redis: RedisConfig
CONFIG_SOURCES = FileSource(file="config.toml", file_from_env="CONFIG_FI…
-
Hi!
I'm having some trouble when using crates from a repository which defines a workspace (multiple crates).
Here are the relevant bits of my example:
Cargo.toml
```
[dependencies]
virtual…
-
uv platform: ubuntu 20
uv version: 0.4.0
Hello, I tell you my case.
I currently work with pipenv as a manager of virtual environments in projects.
In my company there is a pypi proxy and othe…
jbevi updated
2 weeks ago
-
Hi all,
I've been designing, along with @aalmiray, a grammar for a TOML Schema document. The proposal can be found in this repository: [toml-schema](https://github.com/brunoborges/toml-schema/).
…
-
**Description**
A clear and concise description of what the bug is.
Trying out SpirV passthrough just to see if it worked, but it doesn't seem to work.
What does work:
- WGSL -> ShaderModu…
eadwu updated
11 months ago
-
It's possible to associate a JSON schema with a TOML file to make a VSCode extension such as ["Even Better TOML" (taplo)](https://taplo.tamasfe.dev/) provide completions, documentation, type hints and…