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
This means they can't be informed on changes to the config later which right now means changes in debug mode. There is no reason that we need to create the API structure before loading and parsing a config so if we just use a pointer we should be able to solve this problem.
Or we can change the calling convention and have config passed in as well like we do with commands.
The text was updated successfully, but these errors were encountered:
This means they can't be informed on changes to the config later which right now means changes in debug mode. There is no reason that we need to create the API structure before loading and parsing a config so if we just use a pointer we should be able to solve this problem.
Or we can change the calling convention and have config passed in as well like we do with commands.
The text was updated successfully, but these errors were encountered: