Results 49 comments of Marcello Bastéa-Forte

I started experimenting with a small library to do this: https://github.com/marcello3d/jsondiffpatch-flatten It _seems_ like it's possible, but I haven't covered all the edge cases to know for sure. I'm also...

Any chance on a fix? I can't seem to figure out how to fix it myself.

I take that back, react-docgen doesn't fully support it yet: https://github.com/reactjs/react-docgen/issues/21

Any way we could help with this?

Thanks! I just tried the orderRestarts feature, but it isn't helping with some of our more advanced (non-tree) cases. It's not an urgent problem, so I can wait for the...

In case it's useful, we noticed that on Big Sur, `remote.systemPreferences.getUserDefault('AppleActionOnDoubleClick', 'string')` seems to return the empty string (`""`) by default. It only returns a value if you change the...

Not bad! Few things come to mind: 1) the sort order (repo name) and display name (package.json name?) seem to be different 2) clicking the repo takes me to github,...

Could you add some tests to help avoid this problem in the future?

Does this happen often? Do you know of a reliable performant way of checking for these types? I'm worried that `foo instanceof Number` is insufficient When there are different contexts,...

It's possible the connection is getting pegged in such a way that it thinks it's still connected. This could be a mongodb error over a mongolian error (perhaps the server...