Josh Gough

Results 11 comments of Josh Gough

Any updates on this? I see the same behavior.

Hey Lev, I'm going to try to work on this with some friends. Is there any additional code that isn't in the repo that you have that we can help...

Anyone else still having problems in Windows? I still get that same kind of error like this: ``` text c:\Users\JGough\AppData\Roaming\npm\_mocha.CMD:1 (function (exports, require, module, __filename, __dirname) { :: Created by...

Hmm.. well, I'm installing a linux vm irght now :-P But, I tried this too: istanbul cover test.js And it told me it could not find 'describe'. So, I assume...

This worked perfectly for me. And, for anyone interested, I used this class from Kotlin, and this worked for me after a few tweaks to what IntelliJ did to convert...

Well, I made another commit that uses a bean injection approach. It's much better already: https://github.com/JogoShugh/sse-eventbus/commit/9617522d85f52da6fece0bca50839cec44f693f5 So, in my code, I no longer subclass, I just now have: ```kotlin class...

Great! I'll work on it this weekend, will add tests and such

Sitll hacking on this... I wanted to dig deeper into SseEmitter and, in particular, understand DataWithMediatype.. As far as when using WebFlux, I am able to do it like this:...

OK cool, I'll go with this approach then for final PR. Since the bypass option will be additive / opt-in it shouldn't break any existing behaviors.