Joshua Gleitze

Results 83 comments of Joshua Gleitze

To elaborate on my expectation: I am using `#publish` with a source that honours backpressure. I am relying on the documented property of `#publish` that > if any Subscriber is...

Here is another example that shows why I find the current behaviour unexpected: The completion signal _is_ being buffered while there are no subscribers, as long as there are still...

I created `spek-testfiles`, an extension that handles test files and directories. I think it fits this use case well as far as cleaning up the file system is concerned. If...

In #964 @raniejade [mentioned that v2.0.15 was published without Gradle metadata](https://github.com/spekframework/spek/issues/964#issuecomment-820810577). I think this regression was introduced by adding this metadata.

_[Edit: Got it working – see below]_ Hi everyone, I'm facing the same error as described in #105 – brackets sass unfortunately breaks my whole brackets by crashing node.js I...

I _finally_ got the plugin working for me on Ubuntu 15.04 Here is what I did: (Even after I got @ldiaz' procedure working, it did not fix the issues for...

I have. This is what we are currently using and it is providing metrics. However, we want to add tags depending on the request or response. This is not possible...

I had a working setup with `gphoto2 --capture-movie` and my X-S10. Unfortunately, after the latest firmware update, the USB options changed. There is no more ‘Webcam X’ option, but several...

To add to the discussion: My team also ran into this issue. Like @jgaskins, we implemented code that should clean up after dead consumers. We relied on the public documentation...

I think the checks would need to consult the event extractor as well to know how to report failures.