Jake Wharton
Jake Wharton
Seems a like pretty compelling argument
Yeah I was just going on the docs. I did not test anything.
Regarding this and #29, in ViewBinding the resource processing was split into three phases: 1. Parse resource XMLs in each configuration, warn or error on broken things within a single...
This is actually a problem within a single configuration, too: `values/strings.xml`: ```xml {count,date} {count,select} ```
It's also worth considering _how_ this might happen. - I may add a token to my `values/` and forget to update translations. Should we fail? - In language X I...
My preference here is to fail fast and have an XML attribute in the default configuration to define the full set of supported names. So both examples above fail the...
> Adding Strings 👍 This should be allowed and should get a generated code binding. > Deleting Strings 👍 I don't think it's an unreasonable policy for this tool to...
Going to wait for Node 22 stable which comes out April. No urgency here.
What should qualified name return in the top-level case on JS and native where there is no concept of an implicit file class like there is on the JVM?