Pier Paolo Ramon

Results 62 comments of Pier Paolo Ramon

Whooops! There’s a PR exactly for this! See #6

What kind of dependencies are you talking about? If models are linked they'll be saved before saving the link itself, if this is what you're talking about.

Good catch! Probably that section of the blob_helper should be modified to simply add some big score if the safety wrapper is found, but it should not require it anymore.

I belive I cracked a solution. @wasd171 reference to Scroll Anchoring is totally right, and in fact I strongly believe that RV should implement scroll anchoring. Let me show you...

That's an old trick in the native mobile development toolbox that has been used for years. The problem is that it could mess with scroll bars and such. I'm seriously...

There are a lot of differences currently. Would you accept a PR to add full [node `semver`](https://www.npmjs.com/package/semver) compatibility?

What I’d like `jsemver` to support is a superset of `node-semver` expressions. If I can make jsemver pass node-semver unit tests, without adding too much o it, would you review...

This is not a bad idea at all. I would let react-blessed components to work outside of react.

The ‘best’ idea would be to have two completely different versions of react, one for `react-blessed` and one for `react-dom`.

Yeah indeed. The fact that React requires to be modified by the renderer somehow shuts the functionality down.