Peter Marton
Peter Marton
@brysgo thanks, but I mean under subdocument when it is: ``` javascript var childSchema = new Schema({ name: 'string' }); var parentSchema = new Schema({ children: [childSchema] }) ``` For...
@brysgo https://github.com/RisingStack/graffiti-example but I just realised that it's only array of refs. Simple ref is missing, I'm going to do during this weekend.
@brysgo done. ObjectID support with reference is finished and released as `v1.6.0`.
@parkan I think this issue it outdated with the latest `4.x.x` node. isn't it?
Would be nice to create an `OpenTracing` example one day, with the new [timings object](https://github.com/restify/clients#timings) we could have the full Request and TCP connection lifecycle like here: https://github.com/RisingStack/opentracing-auto/blob/master/src/instrumentation/httpClient.js#L36 just without...
I think this coverage change is a lie...
Thanks, good catch I think it should be: ``` if (!this._P) { this._P = this._MaxP; } ``` right?
@mikemilano sorry for the long response time. We are using DS18B20 here is our full story: https://blog.risingstack.com/brewfactory-full-stack-homebrew-with-iot/
@kbespalov this is a great idea; thank you for the detailed path forward. I think OpenMeter can play a significant role in providing usage for cloud cost analysis if we...
Thank you for opening the issue; this makes sense. OpenMeter doesn't know about billing periods and not every company bills on the first month of the date, so we need...