Ajay Kidave
Ajay Kidave
I updated gorilla sessions and securecookie and hit this error. Adding a block key in the call to sessions.NewCookieStore fixed it. So do ``` sessions.NewCookieStore([]byte(sessionKey), []byte(sessionBlockKey)) ``` instead of ```...
Great, thanks
The various config formats already in use in Clace are 1. TOML files (for server config) 2. JSON files (for lock file) 3. Starlark config (for app definition) 4. Go...
Further considerations for the CLI DSL option 1. The text file could be a go template which resolves to the CLI DSL. That enables some modularization and parameter support. The...
If there are five apps installed, and an import is done with a state file having three of those apps, what should happen to the two apps missing in the...
Using the CLI DSL as the declarative interface works fine but there are issues when some values need to be parameterized. Strings are fine, anything more complex like list or...
Image upload for getting url 