Kevin Schaich
Kevin Schaich
Hey @DouglasRose @mazzarin – I'd encourage you to explore all the available properties in the Plaid Transactions API: https://plaid.com/docs/api/products/transactions/ If it's not there, it's not being returned by either Plaid...
Hey guys – upon further thinking here I think we may be able to support this in the future via instantiating a local [`sqlite`](https://www.sqlite.org/index.html) database. Assuming all transaction IDs from...
Hey @dustinromey folks were having similar issues on `node 10.x.x` in https://github.com/kevinschaich/mintable/issues/108. Could you try upgrading to `>=11.0.0` and see if that fixes your issue?
Hey @yawhide – this is now the default scope, thanks for your suggestion: https://github.com/kevinschaich/mintable/blob/8b97b7c7e770edeb2bfaaec5285559f8089d7cb0/src/types/integrations/google.ts#L41
Thanks @vincecao – I added instructions in the Google Setup flow here https://github.com/kevinschaich/mintable/commit/5b80c5ee45448196515f4e0dfcc70810d614203f to help people that run into this in the future. Appreciate your help.
Hey all closing this one since no responses for the last few months. Please open a new issue if you need help.
@viranch PRs welcome
Adding my 2¢ here – I think there is a lot we can learn from the world of distributed computing systems. * Spark has [Resilient Distributed Datasets (RDDs)](https://spark.apache.org/docs/latest/rdd-programming-guide.html#resilient-distributed-datasets-rdds) (with [Datasets...
You guys wanna merge this or should I close it, 4 years 🙃
Quitting and reopening VSCode worked for me. @hsen-dev – you might need to add the "Reload Required" directive to your extension as it seems a lot of people hit this.