Adam Miskiewicz
Adam Miskiewicz
@thomasfr how do you go about updating / deleting a node in the geo index using the rest API? Have you figured that out?
Hi @JonDum!. I would be _happy_ to accept PRs. I don't have a lot of time to work on this right now myself, but I promise to be responsive with...
Maybe I'm incorrect actually...perhaps UIViewController doesn't do any cleanup behind the scenes.
Yah, that's actually a fantastic idea. Would be easy to implement and I like the fact that it would be configurable. :+1:
Also, fwiw, if we move all the current async apis to be promised based (as we're discussing here: https://github.com/facebook/react-native/issues/4971), it would fit in nicely. :) :+1:
haha yah! I just started signing my commits the other day :)
cc @dikaiosune In order for this to work, as things stand today, you will have to eject your project from CRNA in order to use native-navigation. Of course, this isn't...
@ahupp @adamh-oai just out of curiosity...are you using Sapling with a large repo? When I use your approach on a large repo it's quite slow to run git status after...
Yah fair enough. Mine is > 10 times that, so it's more noticeable. I really like your solution -- was previously doing this with a separate worktree from .sl/git/store and...
In local testing -- running a bunch of git commands in parallel seems to work well. Doing this + bounding the parallelism (so we don't spawn 100 git processes for...