Yvan COYAUD
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Yvan COYAUD created a post, Code coloring
Hello everyoneProblem with JavascriptWhen I add an "import {...} from" instruction at the top of a ".js" file, all the global function names take on the color red.Why ? Is this an error detected ... -
Yvan COYAUD created a post, function name coloration
Hi there,Why function names turn red if I add an 'import' at the top of my 'js' fileThanksYC -
Yvan COYAUD created a post, meteor project : Message : Module is not Installed
In my meteor project, on the server side, in main.js, I have the following code import { SyncedCron } from 'meteor/percolate:synced-cron'; SyncedCron.add({ 'name': 'Mise a jour GPS',..... 'mete... -
Yvan COYAUD created a post, WebStorm, Meteor and phone tests
Hello, I am developing a web application with Meteor and WebStorm as IDE. This application can be called from a PC, a tablet or a phone, which does not pose a problem of execution since it is calle... -
Yvan COYAUD created a post, Use "git branch" in webstorm
Hello, In my project (Meteor), I create a new git branch.Well, this branch is created and I can make a checkout on this new branch. I then create a new file in this new branch. If I do a checkout o...