Anthony Hernandez

Results 9 comments of Anthony Hernandez

Same here, on FreeBSD, but I'm getting an error as well. I'll create a new report for that.

``` 2|pm2-logrotate | TypeError [ERR_INVALID_ARG_TYPE]: The "listener" argument must be of type Function 2|pm2-logrotate | at _addListener (events.js:180:11) 2|pm2-logrotate | at WriteStream.addListener (events.js:240:10) 2|pm2-logrotate | at WriteStream.close (fs.js:2298:10) 2|pm2-logrotate |...

I ended up `ln -s` the .pm2/logs to /var/logs Keeps my home directory clean.

I mean the username/password to use for authenticating with an rss feed/website, specifically: ``` 2019-03-04 07:39:08 (info) transmission-rss 1.1.0.pre, 2019-03-04 07:39:08 (debug) {"feeds"=>[{"url"=>"https://USERNAME:[email protected]/rssddl.xml"}], "update_interval"=>2400, "add_paused"=>false, "server"=>{"host"=>"192.168.0.100", "port"=>9092, "rpc_path"=>"/transmission/rpc"}, "login"=>nil, "log"=>{"target"=>#,...

Is there more information required?

The custom messages seem to work with i18n at least. Shouldn't the message be inside the options object so that it can be dynamic and descriptive of the text being...

That format would make it i18n compatible. If you think about it, the developer/end user can load up many language files that way, and switch them out, or have no...

@guillaumepotier , That's a LOT cleaner. I didn't think of that, I was doing it as an option for i18n to the constructor, if a string present, return. But your...

Those look quite valid, if you need to specify a length, maybe you should check Length() too, which works for strings and arrays.