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
Currently it is required to use --name when multiple clients are being used. Requires more effort from the user.
Ideas / Proposed Solution(s)
Have a default that is a randomly generated identifier of schema<unixTimestamp>.
Giving a name will override this still
The benefit is that now a user can generate one client after another and only have to think about the different directories they will be stored in.
When using the default randomly generated name the exported namespace should not be altered meaning it stays as Graffle or alternatively we get rid of the predefined namespace altogether.
The text was updated successfully, but these errors were encountered:
A downside of random default is that it breaks the default connection between the static library and generated. If that pattern makes up vast majority, then default random seems to make things worse not better.
Perhaps what we could do is default to finding the first key in the interface... Keys are not ordered though and the TS for this is ugly (key of and then turn the union into a tuple and then select the first one). If we can find a simple dynamic lookup solution though then maybe this becomes feasible.
Note: even with a dynamic default, it could still begin by looking for default and only after do a general search for "anything".
Perceived Problem
Currently it is required to use
--name
when multiple clients are being used. Requires more effort from the user.Ideas / Proposed Solution(s)
schema<unixTimestamp>
.Graffle
or alternatively we get rid of the predefined namespace altogether.The text was updated successfully, but these errors were encountered: