Daniel Neveux

Results 39 comments of Daniel Neveux

I am totally lost about this issue :/ Could someone explain me how to import some files which are outside the Expo folder? For example ``` - Stories -- story0.tsx...

For the record, my final config file for making Storybook find the upper folder ``` var path = require("path"); var config = { projectRoot: path.resolve(__dirname), watchFolders: [ // Let's add...

Looking to the alpha 1.0 branch, there is no update since August '15? Is this project frozen?

I simply tried: ``` var list = new Meteor.Collection(null); var groundList = new Ground.Collection(list, 'list'); ``` I got: `Ground.Collection requires a collection name [missing-name]` So I think it is not...

Yep, it is what I did, I pasted the wrong part. Plus, the package removes `standard-minimifiers.js` and as the last commit on the alpha branch was in November I don't...

I hope so much too! And I will attempt a nasty ping to @raix to know his plans about this :)

Hi @raix do you need some help for the next grounddb version? I don't know if I have the level for collaborating on this but if you have got clear...

Love it! I need to finish a project first this week and I will jump into it. This new version seems very decoupled, smart move! I already use SQLi through...