George Jose

Results 15 comments of George Jose

This is a great idea. I don't think you can hijack github.com urls though - we'll need to do this through `gitpoint.co/{urlToHandle}`. gitpoint.co can then present an option to either...

Would love to see this as well! Lmk if we're cool with me creating an initial PR for this.

Based on @miketalbot's suggestion above, here's a handy git patch you can apply to retrieve additional debug information, if the error is related to incompatible json being used: ```diff diff...

@a-j-douglass it sounds like you're using expo which I'm not as familiar with. See if [this section](https://docs.expo.dev/workflow/logging/#native-logs) helps at all. These logs typically show on xcode on a bare (non...

Have the same problem. Would be great to have this work with `create-react-native-app`

> With about 10k items this sort takes about ~3s anytime an entity is added/removed This is a significant amount of time, and I'm running into this problem on my...

Really appreciate you taking a look @markerikson. Here's an example repo - https://github.com/G2Jose/redux-toolkit-performance-repro. It contains * A very basic redux store using a redux toolkit slice * A single `upsertOne`...

@Genemin sorry it's been a really long time since you posted. If you're still trying to get this to work, try installing the `phue` module first. If you're new to...

This is annoying, but in case it helps anyone, just set up an alias on your shell. Eg: with zsh 1. find where claude is installed using `which claude` 2....

Could this be merged now? Stumbled upon this while looking for instructions on moving from implicit to explicit relations (specifically I want to have cascading deletes which aren't supported otherwise)