Sacha Greif
Sacha Greif
@luckFine sure! I'll add you to the team, but you can already fork the repo and submit a PR even without being part of it.
Good point! To clarify, we're talking about - `hello ${name}, how are you today?` vs - `hello {name}, how are you today?` The first one seems more standard to me...
Oh actually I think you were right, if we use `${}` then it becomes a pain to escape the `$` when the strings are defined in JavaScript files. Let's change...
Since the whole point of `useLazyQuery` is to have better control over when exactly the query runs, I think this behavior should be changed to better match user expectations, personally.
Just to clarify a little: at this stage, Nova is basically the React version of Telescope. But I'm in the process of removing Telescope-only features, and extracting Nova's various components...
One thing to figure out maybe is SimpleSchema vs Astronomy. Nova uses SimpleSchema, but I notice this project uses Astronomy. Is Astronomy more adopted in the Mantra community?
I guess I'll keep using SimpleSchema for now then. User account support would be great. I noticed the [Mantra Kickstarter](https://github.com/mantrajs/meteor-mantra-kickstarter) has a user account UI, maybe it could be extracted?...
In Nova I'm using https://github.com/Meteor-Alt/accounts
You can actually see it live: http://zenshome.jp/search Just click on a price to open the info window, and then click on the price or anywhere else that's not a link,...
Yes, for some reason the `` elements work fine.