rendaw

Results 29 issues of rendaw

#228 didn't really get an answer, and I think may also be outdated now. Is there a way to load templates from memory? Not all production uses require inheritance and...

StringLoader doesn't provide full implementations for the methods required to use embed/include. I have templates embedded in a file, where one would expect relative paths to resolve relative to that...

Since #449 has been closed for 2 years, I'm making this new issue to track the problem. There was a fix for #449 but it was reverted the same day,...

The bundle produced with `true` won't work in the browser because none of the candy dependencies are included. I'm not sure I didn't miss something here, but I found an...

enhancement

Sorry for another "this probably isn't the right place for it but this is the only place for it right now" type of ticket. So if you have a field:...

If base64 decode fails this produces an error message like: ``` Error reading config [config.json]: Invalid byte 43, offset 68. at line 2 column 1608 ``` which is unclear on...

I was hitting bugs that were solved years ago and just realized it's because the packages are out of date. As an alternative to updating this routinely, could you make...

The documentation states ``` To compile the main sources as Java 8, you need to configure it as you would the maven compiler plugin, i.e. either using properties maven.compiler.source and...

I'm new to j2cl and Bazel FWIW. I was missing the annotations dep and got this error: ``` error: [strict] Using type jsinterop.annotations.JsType from an indirect dependency (TOOL_INFO: "@com_google_jsinterop_annotations-j2cl//java/jsinterop/annotations"). See...