Jérôme

Results 10 issues of Jérôme

Standard JS Date is displaying: > new Date() 2019-10-11T**08**:56:49.584**Z** > new Date().toString() 'Fri Oct 11 2019 **11**:01:59 **GMT+0200 (Central European Summer Time)**' You can notice, than when the time zone...

Zip comment is a string and does not contain copy function! ```javascript if (_comment) { _comment.copy(mh, Utils.Constants.ENDHDR); // add zip file comment } ``` ZipFiles.js line 297

With versions: ``` "seneca": "3.4.2", "seneca-balance-client": "0.6.1", "seneca-mesh": "0.11.0" ``` The following code ```javascript // seneca standard init // declaring the mesh plugin to join the party! seneca.use('mesh', { isbase:...

Seneca 3.2 introduced the mechanism of inward/outward on act allowing to intercept action before/after their executions. This allows to upgrade act input / output dynamically on the fly. The same...

enhancement

Since the introduction of automatic conversion from array of values to a "$in" keyword... it is no more possible to perform query containing "$or" keyword. As mongo is expecting an...

faq

+ Use the entity's zone as database name. This is allowing one plugin to deal with multiple databases on the same computer. The mongo connection (MongoClient) is hold by the...

motivator

I'm using winston-daily-rotate-file in version 4.7.1, referencing **file-stream-rotator in version 0.6.1.** **How to reproduce?** - Start a process logging intensively - Define a size limit of 200k AND a max_files...

For all log events send to syslog with ain, the event date is computed by calling: Syslogger.getDate() which is implemented as follow: ```javascript /** * Get current date in syslog...

This library is unusable if you have not loaded the seneca-promisify (and seneca-entity) plugin at startup. Source code is referencing the seneca.message method which is uniquely added by promisify. To...

Gauge unit is used in US to measure really thick products like plastic film. As defined here: [gauging.com] (https://www.gauging.com/customer-resources/film-calculators/plastic-gauge-thickness-chart/) 100 gauge = 1 mil = 0.0000254 m