Mathieu Dutour

Results 272 comments of Mathieu Dutour

yeah, while I really like having control of my data, it would be nice to be able to sync the invoices through dropbox or similar (hence the need for an...

oh dumping the entire pouchdb probably won't work: a csv is more or less an array of JSON objects. So what you really want is only the docs. We don't...

if you have a fork, no. What does your JSON look like?

Hey 👋 I'm working on the extensions ecosystem at Raycast. I'm on paternity leave at the moment but happy to chat if you'd like. > they are using [react-reconciler](https://www.npmjs.com/package/react-reconciler) and...

if you consider the app a server and the node process a client, yeah it's similar. We communicate via JSON-RPC on stdio.

That's the job of the react reconciler: it transforms the react components into a JSON that we send over the app. So the app only receives known elements and can...

> something like would be transformed by reconciler into something like Exactly yes. There are some shenanigans for callbacks (event handlers) because you can't pass JS functions across the bridge....

Yeah, the merge strategy isn't implemented yet

What about the other way around? 1. you work on your patch locally 2. when you run `patch-package x`, it would look for the repository of x in its package.json...

It could work for packages that ship their sources in addition to the transpiled files but I'm not sure it's the majority?