Ryan Tremblay

Results 73 comments of Ryan Tremblay

@kopax-polyconseil that sounds similar to the issue @Braincompiler was hitting. I've not run into this problem before, so I'm not sure why others do. You can check out our OSS...

I found that with NPM 7+, if you `npm install` in the module directory that is being linked, it automatically installs `peerDependencies` (default behavior for NPM 7+), and so those...

Will you add a screen shot or gif showing the issue?

ugui-mvvm is largely modeled after XAML bindings. Back in WPF XAML, we had something to achieve this called a [`MultiBinding`](https://docs.microsoft.com/en-us/dotnet/api/system.windows.data.multibinding?view=netframework-4.8), which aggregated multiple regular Bindings, and then specified an [`IMultiValueConverter`](https://docs.microsoft.com/en-us/dotnet/api/system.windows.data.imultivalueconverter?view=netframework-4.8)....

> If someone is using binding to set the game object to enabled/disabled, will this change the behavior? Will bindings which used to occur now not occur? I don't believe...

> What kind of testing did you exercise with this change? I am wondering if there are any edge scenarios that could be impacted by removing the FigureBinding from Awake....

Fixes are under way: https://github.com/BabylonJS/BabylonNative/pull/1144 https://github.com/BabylonJS/BabylonNative/pull/1149

If I recall I think there is an issue with the way we currently create the libs... we use lipo to merge the x86 and arm libs into a single...

@CedricGuillemet this fixes #398 right?

Is there any new thinking on this issue? I understand `m3_SetGlobal` and `m3_GetGlobal` were added, but the actual memory is not shared. So if the wasm3 consumer is trying to...