jonasgroendahl

Results 17 comments of jonasgroendahl

I believe ALLOW FROM is deprecated: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options It was replaced by "Content-Security-Policy frame-ancestors" header that I set using the ACP. Site loads and I can browse, just can't login or...

having this problem trying to display a `` inside a modal screen (react navigation) ios

More components, a slider for example! :) Maybe a Grid?

@lucasReghiniM how? i have this issue too

OK after a few hours at trying different stuff, i tried the following which worked: ``` const da = { "{count} car ::: {count} cars" : "{count} bil ::: {count}...

I have the same issue using expo managed workflow also using the expo go app :)

Hi Hans, thanks for replying! I changed to ``` { "compilerOptions": { "target": "ES2022" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, "module":...

Thanks for investigating this, I really had many issues working with ESM when it comes to TypeScript I think I got it working using in `package.json`: ``` "type": "module" ```...

> > Another example that is likely related - from https://pulumi-community.slack.com/archives/C84L4E3N1/p1563557008032100: > > > Just trying to get the initial cluster set up, and made some silly mistakes (set subnets...