amit777

Results 47 comments of amit777

@brecke, so i've never really worked with Docker before but started with yours.. Got it working pretty well. I noticed a small difference in library versions between your docker dev...

@yashpatelyk did you every find a resolution to this with codova-plugin-fcm?

@tbabich were you able to solve your issue?

I was able to figure out a workaround by playing with the source here. ``` logdir = /var/log/secure,/var/log/maillog,/var/log/haproxy.log,/var/log/redis.log,/var/log/cron,/var/log/yum.log,/var/log/fail2ban.log,/var/log/messages,/var/log/dnf*.log,/var/log/redis-local.log,/var/log/mongodb/mongo*.log,/var/log/audit/audit.log" ``` This seems to do that trick. The cli tool seems to...

Well let's say I have a domain model. And within domain model I have an array of server documents which I want to have a model for. Very much like...

I actually just realized the mongoose does not allowed for subjdocument child schema models. They do allow subdocument arrays of models though: eg: Not Allowed: ``` parentSchema = new Schema({...

H, I have completed the CLA. I'm not sure if I need to resubmit this pull request or if it will automatically detect the signed CLA now.

Hi. I've added some extra methods to set a couple custom properties in the json as well as to configure the report interval at runtime.

Basically this is to set REPORT_INTERVAL_MS at runtime

did you end up finding a solution to this? I'm looking for the same exact thing.