Vincent Orr
Vincent Orr
Hi @kahlil not sure what is happening these never showed up on my feed so totally missed them but thanks again for doing your version, I'll update my linting tools...
sweet thanks @kahlil I'll make the amends this evening :+1: also know why I missed this issue, I wasn't actually watching the repo!!! haha oops
I will have to look into it, I assume I've not got source maps working with tests. Will investigate and get back to you 👍
Hi, to achieve this you would have to also import the `hJSX` from cycle/dom ``` import {makeDOMDriver, hJSX} from '@cycle/dom'; function main(drivers) { return { DOM: Observable.timer(0, 1000) .map(i =>...
cool @nickeblewis I tend not to use JSX but if you want some more insight, I recommend you ask on the Cycle [gitter](https://gitter.im/cyclejs/core) channel if you are not already registered....
Hi @fskinner sorry for the late reply this went under my radar for some reason. But yeah that sounds like a cool idea for sure so different pages would show...
yeah thats cool, why not concentrate on the HTTP and will review it I'm sure you are close 👍
I'm left a little baffled by the requirements here, is this just adding additional methods to the `optionsToSuperagent` [function](https://github.com/cyclejs/http/blob/master/src/http-driver.js#L4) or have I got this backwards? Thrown a little by the...
@teohhanhui how would you envision it's use? `sources.http.parse()` or is ti another option you can pass into the driver?
Ok not a problem @teohhanhui I'll do a little more investigating then will give you a shout when I have something :)