Stan Duprey

Results 12 comments of Stan Duprey

Same here, incomplete images don't happen to often, but regularly. imgCache version 0.7.5 Cordova 3.7.0 on ios 8.1 (iPad)

That could be one reason: "Do it with webworkers!" https://electronjs.org/docs/tutorial/multithreading Although I am not sure how to make http calls in a web worker, which rx-dom seemed to solve nicely

Wouldn't this be an opportunity to upgrade to chakra 2? https://github.com/redwoodjs/redwood/tree/main/packages/cli/src/commands/setup/ui/libraries/chakra-ui.js#L31

I think this is slightly incorrect: ``` export type StandardScenario = { organization: { orgA: Organization } user: { userA: User } project: { projectA: Project } milestone: { one:...

Not sure why this is close, still need to remove text-rendering to make topcoat work with font-awesome in a webview on Nexus 7

Workaround: ``` menu Open dialog Dialog ``` ``` // Looking for the v1.5 template? // https://codepen.io/johnjleider/pen/GVoaNe const App = { template: "#app-template", data: () => ({ dialog: false, menu: false,...

Thanks for looking into this so promptly. `yarn rw g types` does fix the red squiggle, I can see the magic happening in `.redwood/types/mirror/web/src/pages/FatalErrorPage/index.d.ts`. Apart from being undocumented, I think...

This is still a relevant issue and the documentation needs update

Is there any updates on this 🙏 ?