You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The toml parsers we are using is not able to write back the values, but we need it to allow to modify in an iterative way the configuration file. Considering that we want to modify it and also preserve the comments, we may need to write a module that using regex is able to recognise the tokens and replace them in the Toml file.
The text was updated successfully, but these errors were encountered:
The toml parsers we are using is not able to write back the values, but we need it to allow to modify in an iterative way the configuration file. Considering that we want to modify it and also preserve the comments, we may need to write a module that using regex is able to recognise the tokens and replace them in the Toml file.
The text was updated successfully, but these errors were encountered: