Ryan R Sundberg

Results 31 comments of Ryan R Sundberg

Hey guys, I added the parameter to parse-csv in https://github.com/davidsantiago/clojure-csv/pull/33/commits

Hey, I fixed the tests. Sure I would be happy to keep contributing, there's some more features to do, and it needs tests for the 2.0 protocol. I will email...

@mcferren I've just pushed the last of my code to add support for progressive call results.. however my work stops there. I've stopped developing the project which was using this...

Hi @DoctorBud, You want to construct the server using clj-wamp.node/create The server-v2.clj was moved to v2.clj https://github.com/sundbry/clj-wamp/blob/master/src/clj_wamp/v2.cl ``` clj (wamp-node/create {:realm "default" :router-uri "ws://localhost:1234/ws" ; Needs a wamp router, such...

HI Dan, I wouldn't recommend "ressurecting" that file, since the deleted code was mostly copy pasted out of the v1 implementation and the common stuff moved to core.clj, and the...

@benknoble How do you run the tests for this project?

I added an example file with #lang at-exp and used your suggestion for a non-capturing group (good idea, thanks!).

HI @benknoble, did you see the test file I added? Good luck with the pollen/ `@` expression parser!!

Unfortunately, this issue also prevents http-kit clients from being usable to subscribe to server sent events. https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-events

Hi @whilo, I agree we should figure out some way to exert backpressure here. I will have to come back to this. It looks like that commit is part of...