Vincent Woo

Results 103 comments of Vincent Woo

Yes, sorry for not writing that as well as I could have. I am asking about node's cluster module and specifically about how the summary instrument is aggregated in response...

Ah, I think you are correct. Here's a test script: ```js const cluster = require('cluster') const Prometheus = require('prom-client') if (cluster.isMaster) { for (let i = 0; i < 3;...

I think one problem is that the t-digest may be kinda large, so serializing/deserializing on every prometheus request is a bit rough. I think having prom-client perform under-the-cover IPC for...

I renamed the title to be a bit more on the mark and am bumping the thread! Any news?

I'm having this issue running Oracle Java 10. Any word on this? I'm on the head of master since I need https://github.com/ervandew/eclim/commit/3b04188ef4849006cc0bd66e648efdeb4deb40d7 as well.

Here's a bit of additional info. Given the following file: ``` cpp #include using namespace std; int main() { string s; s. } ``` _Note here that offset 70 is...

I would really love if FFO was written as an ES6 module, with dist outputs still suitable for direct browser inclusion. Right now, using FFO in ES6 involves still doing...

I think in Rails land it's a bit more typical to do this sort of thing in `before_save`, as generally you will not be modifying data in such a way...

This issue really does need more attention, getting Algolia to behave correctly in Rails has remained very difficult.