Jérôme

Results 8 comments of Jérôme

Proposal of fix in produce.js ```javascript ... msgData.push(generateDate(options.date, options.utc)); ... /* * Generate date in RFC 3339 format. If no date is supplied, the default is * the current time...

**APIs needed for [Virtual Keyboard](https://chrome.google.com/webstore/detail/virtualkeyboard/pflmllfnnabikmfkkaddkoolinlfninn)** - [ ] extension.onRequest - [ ] extension.sendRequest(string extensionId, any request, function responseCallback) - [X] extension.getURL(string path)

I'm not using docker, just starts seneca with isbase true and multiple pins in listen options leads to the DEATH LOOP

@rodmaz No other bases, no other mesh process is running, just trying to start a 'base' mesh process supporting multiple microservices. In testmesh.es6, write ```javascript import Seneca from 'seneca' let...

@rodmaz The error is clear, but no other process is using that port on my computer: ```script $> netstat -a | grep 39999 $> ```

I agree, like this, it works ... but this is just a **workaround** which is not always applicable. In my previous example, it would require to use: ```javascript { isbase:...

I knew that, but it implies to change a lot of existing queries in my app. That's why, I preferred to patch mongo-store like in my pull request, to remain...

@glepretre Thanks for your comment ! You are right such "missing units" are probably business dependant. So the remaining question is: **When the possibility to define custom unit will be...