Julian Gruber
Julian Gruber
is there more text?
Question: Not every module might use scheduled rewards, it's entirely possible for a module to pay directly and not have an understanding of scheduled rewards. How can we unify this?...
Is this the job of Zinnia? Node.js is fine without providing environments, since they can be implemented in user land. Solutions use config files and env vars. Do you think...
Do Deno and Go provide environments? I think if we stand on the shoulders of giants we'll be safer off for now
I think that will work! I had thought you wanted to support `ZINNIA_ENV=(dev|test|production)`, but if it's just a file with config and Zinnia is not opinionated about certain environments then...
> In my vision, there will be no config.station.js. Station-specific configuration will live inside Station Core repository, together with other module-specific configuration like which version (git tag) to download and...
> As a Station maintainer, I don't want to understand details of module configuration. I want the module maintainer to give me both the source code and the configuration values....
Is there a standard we want to adapt? Maybe deno's testing stdlib?
+1 for recommending protobuf.js + bundler for now, and not making it a platform feature
Initial thoughts: Having these fields non-namespaced will make it likely for there to be collisions with user variables. We can still expose this way, but then I guess a more...