Antoine O

Results 8 comments of Antoine O

I use the latest beta release for Meteor ;) I ll try to do this next week !

I think I have the same problem. I am using Meteor with react/semantic-ui. I will check when the project is built if it changes something.

I don't know much on programming node package but could the package use project based json if not found in the package ?

e.g. : it try to connect to meteor_1 port 3000 the uri is ws://meteor_1:3000/websocket but int port = this.uri.getPort(); -> -1

Th port is not the problem. The Java URI object is not taking good care of hostname without dot (a docker container's name could be "meteor" for instance). I renamed...

I honestly don't remember, but I think I used pg https://www.npmjs.com/package/pg

i imported the min.js as specified but the system is not able to find componentHandler it replaced it with MDl.componentHandler without success

I have done the following concerning initializing switch status , this is the only way I found :/ ``` updateSwitchForValue = function (cssSelector, selectValue, templateInstance) { const selectElement = templateInstance.find(cssSelector);...