jershell
jershell
JS/WASM requires iframe. We did it, but iframe always on the top of the canvas. If is okay, we could make a PR
The plugin cant working with dependencies
Done. About pr. The plugin takes into account all sources of initial resources and merges their values. in the case of image files, the file will be added to the...
I'm not sure, it's like overwriting a resource file when only the lines inside the file need to be overridden like in pr.
My PR does merge xml to single resource file and override lines inside. Your proposal will rewrite a file. Not lines. ```mutableAccumulator.getOrPut(lang, ::mutableMapOf).putAll(list.associateBy { it.name })```
I think its difference cases. We can add a flag to settings like a `separateResources = true / false`. It could resolve the inconsistency