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
After implementing the new table functionality and unit tests, reading from the TOML file without a table produces an error. I would like to propose a solution to this issue. The default value for the toml_table argument should be the name of a default table that refuel will search for unless otherwise specified. I would like to propose that the default table be called database. This way the user can ether set up their TOML file with the table database for the default or alternatively can specify a custom table name.
The text was updated successfully, but these errors were encountered:
After implementing the new table functionality and unit tests, reading from the TOML file without a table produces an error. I would like to propose a solution to this issue. The default value for the
toml_table
argument should be the name of a default table thatrefuel
will search for unless otherwise specified. I would like to propose that the default table be calleddatabase
. This way the user can ether set up their TOML file with the tabledatabase
for the default or alternatively can specify a custom table name.The text was updated successfully, but these errors were encountered: