Arne Molland

Results 19 comments of Arne Molland

Have you added your supported locales to your Info.plist?

This is blocking us from upgrading our production apps as well; runs fine on local machines but the production builds running in containers are all encountering this on >1.7.0. Happens...

We managed to fix the issue by forcing esbuild to ^0.15.8 (resolutions field in package.json). Now running remix 1.7.2.

Wrong repo, smh. Moving to ory/sdk.

Reopening here as this is the repo linked in [the docs](https://www.ory.sh/docs/kratos/sdk/). Please move the issue to ory/sdk if irrelevant here.

> @arnemolland > > > > Deno has added experimental npm support: > > https://deno.com/blog/v1.25#experimental-npm-support > > > > Deno is adding more compatibility with node and npm: > >...

> I gave implementing this a try but it's not as simple as I had hoped. > > > > What exactly would you like to test? A simple check...

Hey, @christian-roggia! We're interested in picking this up @gameflow-tv, would you mind sharing some of the progress you made?

> is this still an issue? > > is Deno polyfilling `window`? > > see this code in ReactPlayer > > https://github.com/cookpete/react-player/blob/64c2130218ae610a1b2ed63647a35530fa7c0a97/src/ReactPlayer.js#L12-L18 Yes, they do actually polyfill `window` but iirc...

Updated #1632 with a better implementation that doesn't change the API.