Apollinaire Lecocq

Results 18 comments of Apollinaire Lecocq

React 17 introduced a new JSX transform that does not require this import. See : https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html Should be straightforward to install

> > Step 11: uncommenting fragment makes the movies names disappear >Hmm I couldn't reproduce that… It got fixed with this commit 7150e23c41ed2c7551b48ac7d70275b3d68c0f65 `user {displayName}` in fragments.js was the source...

does example-forum work if you try it locally? Try it with a clean DB too. It has been quite unstable lately with all the updates made on the core. Are...

It looks like your schema is still using the pre-1.12 way to do graphql : ![graphql-erd 1](https://user-images.githubusercontent.com/5938985/45542720-fb4f4b00-b812-11e8-962d-e053d6e04030.png) See the `PostsList` query instead of the `posts` query.

Hi @adalidda , The I18n in Vulcan was updated at v1.11. You can see the docs here : http://docs.vulcanjs.org/internationalization.html > Seeing this, I check the package vulcan-i18n-fr-fr then I see...

@adalidda could you describe more in detail what you did ?

One example I have is when I use `monk` in my cli to interact with my mongoDB. The following snippet anywhere in the cli makes it impossible to exit: ```js...

It's absolutely expected, although it's kind of hidden that the cli does not exit because of that. I think that the docs need a warning about this. Is it normal...