Pascal Voitot

Results 103 comments of Pascal Voitot

In EDN format, the namespace isn't specified as having multiple subparts. The namespace can contain dot chars but apparently no /. Clojure is a superset of EDN. In datalog, the...

Hi, Welcome, you're the first one that I know who's testing Siena with SDB besides me when I developed it :)... If you discover a few bugs, this is normal,...

I see... Actually I wanted to hide completely iteratee/enumerator since I think people shouldn't care about it... too low level and complex for most users... What about providing a Room.async...

No I'd like to keep WebSocket as the return type... `Room.async` will flatten a `Future[WebSocket]` into `WebSocket` as `Iteratee.flatten`... `Room.flattenWebSocket` if you prefer... Something like: ``` scala object Room {...

I wondered too but it is possible :D I should try to add that!

Thanks! I'll try! This is a very draft version for now and I just wanted to prove it can work with singleton-ops & the concepts in the paper... now I...

I confirm I had missed it ;) I also was wondering: for now, it seems impossible to extend existing operators in singleton-ops externally to the lib, you must add it...

Ideally, independently of singletons, I'd like to be able to write something like that with a bit of genericity: ```scala def mult(m1: Dim2[A, B], m2: Dim2[B, C])(implicit r: Dim2[A, B]...

Hi Takeshi! This is really great! Thanks a lot! I'm going to investigate your code! My mongo branch provided already a few features but not all. I had also rewritten...

I'm going to fetch your fork directly and work from it because I don't want to merge your pull request into the trunk but I'd prefer working on the mongodb...