Dexter Legaspi

Results 15 comments of Dexter Legaspi

this happened to me if the `layout_width` and/or `layout_height` of the piechart in the activity/fragment xml is set to 0.

@ben-manes i'm not sure if i'm understanding this feature or if there's a real issue. I'm using the `loadAll()` feature, and i'm using the [scaffeine](https://github.com/blemale/scaffeine) wrapper (which i'm sure you're...

Ah...thanks for the quick answer @ben-manes, i shouldn't have assumed that this is implemented since the ticket is still open 😊. I guess for now i'm gonna see what i...

@cruftex wow i did not even think this exists...but would you mind pointing out the concurrency issues (at least a one or two of them)?

@cruftex thanks for pointing those out...now, I'm not going to pretend i fully understand this code...i'm sure @sheepdreamofandroids and/or @ben-manes can explain better since ~he~ @sheepdreamofandroids wrote it...but i think...

@Stephan202 thanks wow that was an oversight. i updated my previous comment.

@boneskull, here is a simple example derived from the minimalistic sample in [mocha.js documentation on third-party reporters](https://github.com/mochajs/mocha/wiki/Third-party-reporters): ``` javascript var Promise = require('bluebird') function MyReporter(runner) { // ... runner.on('end', function()...

@boneskull the `--no-exit` works without having to call `setTimeout()` as long as i don't make an explicit call to `process.exit(failures)` in the 'end' handler...which, i guess, is fine for our...

@plokhotnyuk ..once again, i appreciate the prompt and thorough response. as you may have probably guessed...[just like in my other question](https://github.com/plokhotnyuk/jsoniter-scala/issues/246), i am using scalaxb to generate the case classes...and...

does this still apply today? is there a sample project that's available that shows this integration between the `grpc-spring-boot-starter` and `reactive-grpc`?