Ethan Richardson

Results 16 comments of Ethan Richardson

Not really, however the build command works fine with warnings. So I just use the normal react scripts start command for development and the wpscripts build command when I'm ready...

It would be perfect for me if we could just ignore these namespaces completely (as in, don't skip the interfaces but no need to include the namespace in the output),...

Ok well I'll check around with some devs. It might be as simple as dropping in a replacement main for SDL_win32_main.c like http://hg.libsdl.org/SDL/file/010c0ea7746d/src/main/dummy/SDL_dummy_main.c I haven't had much luck yet but...

See a similar issue I had with RNFS https://github.com/itinance/react-native-fs/pull/447

There's actually a better way to do this now. https://github.com/itinance/react-native-fs/pull/448/commits/7c5285ecc2b380ee6af7f8a72ee57ff0e73b8d14

Well I tried to the same fix but ran into an issue resolving Microsoft.Data.SQLite I tried adding in 2.0.1 manually with the NuGet package manager but still no luck. Not...

There was recently a post on the React blog about a vulnerability with server rendered apps. The exploit deals with html passed as props then rendered with a renderToString method....

Sorry guys I had tried this a while back and got very close to getting it right but useEffect doesn’t play nicely when you start trying to page around, there...

Please use ElDeveloper's fork. I'm having the same issues but at least this build has been worked on recently. https://github.com/ElDeveloper/macfusion2 Edit: Opened the same issue for you on that fork...

Hey guys, ElDeveloper has almost got this problem taken care of. Take a look here https://github.com/ElDeveloper/macfusion2/issues/11 There is a patched build linked in the discussion. I haven't given it a...