You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm discarding the MUI Grid, since I need full control. I'm using CSS grid layout,
even though I just use it in one dimension at a time, since the mechanism of
`gridTemplateRows` etc. is clear and simple.
I switched from '/' to ':' for controller path separator, because tool controllers
can have names that include '/'. I also created the subcontroller() function
in store.js, so there is one place to control this on the client side.
I had to work around a JSweet transpiler defect that manifests in j4ts, for
LinkedHashMap:
cincheo/jsweet#740
Status: the tool factory bar and tool bar are both rendering well, though the style
is quite dated. I haven't attempted the build/parts/measure tabs yet, or anything
for the length controls.
See the transpiled code for AbstractMap.keyset().size() in j4ts:
https://github.com/j4ts/j4ts/blob/a3231753a5d3e38458821ff2bf333e6956792e85/src/main/java/java/util/AbstractMap.java#L245
The code generated for
return AbstractMap.this.size();
is as if it saidreturn this.size();
, which is obviously recursive.The text was updated successfully, but these errors were encountered: