Kristof Csillag

Results 70 comments of Kristof Csillag

> I'm not fully satisfied with the implementation, because I feel that the logic and APIs for dealing with the modal are now so complex that they should be implemented...

Meteor 1.7 and 1.7.0.1 is impacted by a recent NPM bug - see https://github.com/meteor/meteor/issues/9940 I could successfully perform a build using the same workaround. (Adding `meteor --release 1.6.1 list` before...

> This way, we would not need to install dependencies and meteor on every build and still have a minimal-weight image in the end That would be **awesome**.

Well, for me, it works OK with Meteor 1.3... and this PR fixes the problem: https://github.com/Nemo64/meteor-bootstrap/pull/70

@aslagle, here is how I used it with meteor + React.js: Preparation: ``` JSX /* The react components are configured by HTML attributes, which must be strings. We are passing...

I can confirm that using `react-router` v2.8.1 fixes this problem.

In fact we have a [design document](https://docs.google.com/document/d/1QSKY_Lc5et4F0pwu0d4AttxIME_E4rjaCHzuwQIgiyc/edit) and some [implementation notes](https://docs.google.com/document/d/1kRVMVI1Pt2YdlDMfT3WESxa3rL7YqZj0xsHHG23GhHU/edit) for this.

We had a half-finished implementation for this: https://github.com/oasisprotocol/oasis-wallet-web/pull/1025 ... but canned until further discussion.

Thank you for this. I subscribed for updates.

Yes, I would also be interested in that.