Mark
Mark
> I had same and tried downgrade to 2.4.1 -> 2.3.0, It works well for now. Downgrading to 2.3.0 worked for me too. Haven't touched clasp in a month or...
Hi Thomas, I'm using Expo 39, which I [uses RN 0.63.2](https://docs.expo.io/versions/latest/)
@af-margot thank you for the update. Do I understand correctly that the piece quoted below is needed for Appsflyer? Or is there something else in that article that is blocking...
This works for me: `npm install livereload` ``` const admin = new AdminJS( ... assets: { scripts: process.env.NODE_ENV !== 'production' ? [`http://localhost:35729/livereload.js?snipver=1`] : [], }, ) .... if (process.env.NODE_ENV ===...
Will probably break on updates but I have found that editing relevant json in `~/.vscode/extensions/monokai.theme-monokai-pro-vscode-1.1.20/icon-themes/` allowed me to add a few custom associations I was after. https://code.visualstudio.com/api/extension-guides/file-icon-theme
⚠️ this doesn't support (at least) different response status codes, but in case it's helpful to someone: I generated types with https://developers.pipedrive.com/docs/api/v1/openapi.yaml ``` npx openapi-typescript openapi.yaml --output pipedrive.ts ``` .....
> Instead of patching the webOnly option I changed the resolvePortsAsync function: It would be nice to be able to set both individually, but would prefer if it was configurable...
OK, was worried the env vars would override/conflict with each other while running concurrently, but if not, works for me 👍
> Hi @markstreich ! did you find any solution for this issue? I posted the solution in my original post, https://github.com/DealDash/react-native-user-agent/commit/8d70358067bfd522c8952a7bba649635f5f83154
This has been working great for me on web. The only bug I've noticed is doubleClick doesn't work (which would be nice because there's otherwise no way to zoom on...