rendaw
rendaw
+1 Typescript definitions are missing/2 years out of date, with incorrect signatures and missing types and the like.
Oh awesome! Yeah, having some keyboard issues with the pin entry with the debian scripts, so the more alternatives the better. Although it would be nice to keep my involved...
Right, the issue here is `getTemplate(name, loader)` is private (2 above). I don't think there's a way to use a custom Loader class ATM.
Hm, I see. So I guess it's expected to use the same loader for everything? And the fact that getLiteralTemplate/getTemplate use different loaders is an unintentional side effect of the...
I don't think this will work cleanly 1. Since the loader can't be specified on a per-template basis, all templates have to go through the template loader. Templates are loaded...
Okay, thanks! Perhaps the documentation could be expanded to make this clear.
I'm just getting started here, but the hello world example doesn't look like it would actually be runnable in a browser or in node. Wouldn't it need `require("google-closure-library")` somewhere? A...
I should clarify, this also happens with 2 arguments, and where the argument types are from generic arguments. I haven't tested further.
The workaround seems to be to use Runnable/Consumer/Supplier/Function/BiConsumer/BiFunction/etc whenever possible.