Eduardo Speroni
Eduardo Speroni
I didn't try to implement it but it should be fairly simple: Before running the native parts of https://github.com/EddyVerbruggen/nativescript-localize/blob/master/src/localize.d.ts#L1 We just have to check if the key starts with `native.`...
If anyone wants to add vue integration I'll gadly merge the PR
Try wrapping the gridlayout in another layout just in case. RLV is annoying to work with...
Haven't got the time to address this yet, but this may also be worth the shot: remove the `*ngIf`. We use RLV with ripple on one screen. We know that...
Please provide more information. These stack traces can help us identify where the crash happened natively but aren't of much use without the accompanying JS stack trace or way to...
After digging quite a lot more, I found that, in `lib/sharing/ConsumeSharedRuntimeModule.js`, replacing: ``` for (const chunk of this.chunk.getAllInitialChunks()) { ``` With: ``` for (const chunk of this.chunk.getAllReferencedChunks()) { ``` Fixed...
Ok, I think I found the final issue, but i'm not sure if this is something that we should handle in WMF or the "rest" of webpack. 1. Worker is...
@ScriptedAlchemy setting runtime false makes no difference in the output. The worker will always have it's own runtime regardless of setting, but WMF will not add the needed information in...
I managed to find a workaround. Thanks so much to @ScriptedAlchemy for the help on this. Essentially I'm finding chunks that are both entrypoints and runtimes of a group and...
I've written a code in C++ that scans the whole collection any interest in integrating it with the current code? I can export a json or something and you import...