Skip to content
#

toml

Here are 315 public repositories matching this topic...

rpussente
rpussente commented Dec 2, 2016

If you try to deserialize a protobuf message without the corresponding schema you get a generic message error message:

[INFO] [record_query::proto_index] Proto descriptor cache is stale; recomputing
Missing input file.
thread 'main' panicked at 'protoc descriptor compilation failed', src/proto_index.rs:60
note: Run with `RUST_BACKTRACE=1` for a backtrace.

It would be nice to g

kjk
kjk commented Aug 15, 2019

I was experimenting with adding continuous fuzzing integration with https://fuzzit.dev and I found this crash in the fuzzer:

FUZZER: #1085900	REDUCE ft: 19023 corp: 1838/457Kb lim: 724 exec/s: 4505 rss: 43Mb L: 96/4817 MS: 1 EraseBytes-
FUZZER: panic: unsupported value type *toml.Tree: 
FUZZER: 
FUZZER: goroutine 17 [running, locked to thread]:
FUZZER: github.com/pelletier/go-toml.Fuzz

pytablewriter is a Python library to write a table in various formats: CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.

  • Updated May 30, 2020
  • Python

Improve this page

Add a description, image, and links to the toml topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the toml topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.