Skip to content
#

toml

Here are 347 public repositories matching this topic...

heyaWorld
heyaWorld commented Oct 9, 2020

Describe the bug
(*Tree).SetPath() doesn't set the values of all the paths if toml contains array of tables.

To Reproduce

    config := `
	[[inputs.nginx]]
		urls = ["http://127.0.0.1:9090/nginx_status"]
		response_timeout = '5s'
		[inputs.nginx.tags]
		newmetric1 = "insights1"
	
	[[inputs.nginx]]
		urls = ["http://127.0.0.1:9090/nginx_status"]
		response_timeout = '5s

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 Aug 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.