-
Hello,
I suspect there is a bug when parsing multi-line strings in dotted-key tables.
```python
import toml
print(toml.__version__)
print()
toml_data = """
[a]
description = "AAA"
…
-
GMake2 will switch from GMakefile.yml to G.toml in version 2.5.0.
## Why make this decision?
Yml/yaml has many problems, such as automatic escaping of quotes, which can cause issues with some co…
-
JSON is a great data format, but lack of multiline strings can make writing Blueprints in it annoying. [TOML](https://toml.io/en/) seems like a reasonable alternative that supports multiline strings, …
-
We should help people in optimizing their parsers, including
- Link out to https://nnethercote.github.io/perf-book/ for people to profile and do other things
- Encourage `dispatch` over `alt`
- Use…
epage updated
1 month ago
-
### What is the problem this feature would solve?
Bun provides support for JSON, TOML and TXT imports via the ESM syntax. In contrast, the `BunFile` interface only provides parsing for JSON and TXT v…
-
SQLACodegen is getting too many command line options to support comfortably. A configuration file would allow us to support a wide variety of options while keeping the required CLI incantations to a m…
-
Hey, thanks for the great tool :) Unfortunately I have an issue creating the `toml` file for [this](https://github.com/veertuinc/anklet) repo. To reproduce:
```
git clone https://github.com/veertuin…
-
### What version are you using?
15de5ffd450223e1bc5abf80575d906dc2eabb6e
### What did you do?
I used the Stellar TOML client to retrieve stellar.toml's from a handful of domains.
### What …
-
I am trying to use this crate indirectly via [Stork](https://github.com/jameslittle230/stork) and running into the issue of it not supporting TOML front matter.
Wondering if you would be open to a …
-
... you know where this is going 😄
Do you see a future where Civet might support the type-checked imports of "JSON with Comments" files, or maybe even YAML or TOML? Like how TS already supports dir…