Lucas Johnston Kurilov
Lucas Johnston Kurilov
Hi @kmagiera - I recently revisited my build and upgraded the package to 2.3 and observe exactly the same behaviour as before. Would be great to see some movement on...
I've trawled through a variety of issues trying to diagnose this (see #1284 #2775 #2327). Today I found the component causing trouble - an Animated Gradient I'd built a year...
Xcode 14 beta 4 is reporting a "Hang Risk" from RCTWebSocket, which I've raised separately (https://github.com/facebook/react-native/issues/34400). Probably irrelevant, but given all our app hangs have found their way back to...
For anyone looking for a patch: https://gist.github.com/lucasjohnston/5bf626fae923009ae1cf5a5db894842f In the process of debugging our [freezing issues](https://github.com/software-mansion/react-native-reanimated/issues/2244#issue-956807934) I came across this thread and realised modals aren't unmounting properly as OP described. Currently...
Currently, we can't soft delete any records with a timestamp field ([as per the docs](https://www.prisma.io/docs/concepts/components/prisma-client/middleware/soft-delete-middleware)) as `@unique` won't work (not actually deleted) and `@unique(FieldGoesHere, deleted)` doesn't recognise unique nulls. +1
In case anyone comes across my comment and is in a similar situation, we've worked around this by having two distinct `deleted: Boolean` and `deletedAt: Date` fields in our prisma...
The main culprit for me was the `load-nvmrc` function which runs every time a folder is opened. I did two things to simplify the steps taken: 1. Only run nvm...
@ljharb You're correct that it's not supported by the maintainers, but as you say it is the part of the [README](https://github.com/nvm-sh/nvm#zsh) instructions for the zsh shell. I think it should...
Hey @thomas-coldwell could you link your updated fork? 🙇
Hey Amy - whilst I understand the idea, it feels misleading that "Enable a side panel on a specific site" doesn't actually enable the side panel, it persists it. It'd...