Ivica Batinić

Results 55 comments of Ivica Batinić

@joaobarcia you can also override it because `DragDrop.renderArrowSvg` is a static method. https://codesandbox.io/s/uppy-drag-and-drop-icon-6t9ct?file=/src/App.tsx But this is only for DragDrop component

🤔 I'm not sure I understand... I can try to add `gatsby-config.js` in the root ``` module.exports = { pathPrefix: `/`, } ``` but where should I put`--prefix-paths`? I tried...

Maybe add a link to DOCS list under `Usage with Gatsby` called `Deploy to GitHub pages` or something similar

What's the best way to handle conditional subscription? For example key is undefined on mount. ```js const { data: token } = useToken(); // fetch token, async const connection =...

> I like the idea of this and i am currently trying to use SWR as a cache for WebSocket connections. In my use case I want to stash all...

@pke SWR v2 beta is [out](https://github.com/vercel/swr/releases/tag/2.0.0-beta.0) and now they have built in solution called `useSWRMutation`

RoR calls this dependent destroy https://stackoverflow.com/questions/29140984/where-to-use-dependent-destroy Maybe we can use the same logic. > (1) In User model, has_many :receipts, dependent: :destroy > If user is destroyed than its associated...

Hi, we have the same problem with SAMSUNG Galaxy Tab 2. On every launch app fails with an error. ``` ArgumentError: Error #3672: Buffer creation failed. Internal error. at flash.display3D::Context3D/createIndexBuffer()...

yes, official non-beta AIR 17 downloaded from [here](https://helpx.adobe.com/air/kb/archived-air-sdk-version.html)