Caleb Epstein

Results 13 comments of Caleb Epstein

@barrotsteindev do you mean like ```` streams?

There is now a `dashboards.template/zookeeper-3.6.json.j2`, but it fails to render due to the use of the following variables unknown to Jinja: * `{{instance}}`. Should this be `$instance`? ``` Traceback (most...

@Ben-Voris this is excellent, minimally-invasive solution. Thank you!

This sounds like a great feature. Holding up any thread to block on expensive I/O operations is a bad idea. There should be a way to set things up so...

Just noticed this myself.

I like the idea of an attribute, but I guess I'd need to decorate every struct/table/enum with this (hopefully not every field!). Are file or namespace-scope attributes possible?

Wait, why are you closing this issue? Now there's no open issue for this feature request AFAIK since I closed #7128. Attributes can be applied to fields or types (i.e....

> Thoughts? Sounds good to me.

@dbaileychess: > I disagree. The schema is the interoperable part, the individual languages should conform to their own conventions. > You don't really have to translate field names with some...

> @TJKoury what _is_ the casing you want to use? I'm not @TJKoury but what I want is the identifiers in my schema left as-is.