Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify or document string escaping #91

Open
ryan-summers opened this issue May 18, 2022 · 0 comments
Open

Simplify or document string escaping #91

ryan-summers opened this issue May 18, 2022 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@ryan-summers
Copy link
Member

There are some use case issues with understanding string escape sequences on the Python client for miniconf. Based on the user shell, a variety of escape sequences are required to properly format the JSON.

This is somewhat annoying and requires that the user have a firm understanding of string escape sequencing and JSON, which is non-ideal implementation details that the user shouldn't have to care about.

Simplify how the Python client interprets input data. Single string inputs likely shouldn't require any type of quotes, while JSON data may or may not have quotes internally.

https://forum.m-labs.hk/d/374-error-while-using-miniconf
https://forum.m-labs.hk/d/425-miniconf-installation-error

@ryan-summers ryan-summers added the enhancement New feature or request label May 18, 2022
@ryan-summers ryan-summers self-assigned this May 18, 2022
@jordens jordens added the documentation Improvements or additions to documentation label Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants