Daniel Chao
Daniel Chao
Ah, sorry. We release every 4 months, so three releases per year. Had a brain fart there.
Thanks for the PR! Please also add `ini.pkl` to this PR too. The Java-side renderer is actually the less important renderer; those renderers are meant for Java users that want...
The converters mechanism is a way for users to override the intrinsic behavior of the renderer. The standard library should be defining the intrinsic behavior, so, it's not appropriate to...
> Im wondering if there is a flag somewhere that could be accessed by the end functions to tell it that the main render function for that data type has...
Right; `outer` can't be nested. To go further out, you can add a `local`: ```groovy obj { local self = this obj { obj { prop = self.prop } }...
We're working on a process to run CI for high volume contributors. For CircleCI vs. GitHub Actions: I don't have an answer for you here, unfortunately!
Hi, this sounds good! Go ahead and submit a PR for this.
@othompson2 curious why you closed this. Did this get fixed somehow?
I'm going to close this as it's behaving correctly. We will improve these error messages when we manage to get off of ANTLR as our parser as Islon mentioned.