emile

Results 11 comments of emile

So i was wondering if there was a way to run netlifycms locally so i could try and step through the traces/logs with source maps rather than obfuscated code. I...

In addition i've narrowed down a similar issue with the same error message. ``` react_devtools_backend.js:2430 Warning: Failed prop type: invariant is not defined at p at StyledP at M (http://localhost:3000/_next/static/chunks/1.js:786:3416)...

Narrowed it down as far as possible (for me anyway). Looks like its something to do with proptype validation. I guess some configuration in nextjs is interfereing with this is...

i saw the base-64 suggestion above and used the same process to get around an error with the MTLLoader.load returning isTrusted:false as well. I instead did ``` // import the...

Sorry, i downed tools completely for xmas. I'll pick this up some time soon hopefully.

Just wanted to confirm that we encountered the same issue embedding the Lightship example project https://github.com/niantic-lightship/ardk-samples/ into our flutter app for testing the various ARDKs etc. On first load the...

Flutter 3.19.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision 7482962148 (2 weeks ago) • 2024-02-27 16:51:22 -0500 Engine • revision 04817c99c9 Tools • Dart 3.3.0 • DevTools 2.31.1 I...

cool, thanks.

Thanks for the heads up. Yeah, i was wondering if it was going to be worth investigating how gradle libraries etc work to see if a pre-compile would work, sounds...

This is great thanks! I was heading in the right direction at least. So will try this out when I go back to the build setup. Its crazy how the...