Florian Margaine

Results 22 comments of Florian Margaine

Nope. Looks like it's SurfCast that holds these patents. http://www.zdnet.com/windows-8s-halloween-surprise-metro-patent-lawsuit-7000006713/ But Microsoft also holds some relative to these interfaces in mobiles.

No, the violation comes from more subtle parameters. But your app, completely remaking the Metro UI in js (UI + behavior) must clearly violate some patents. I'm not sure what...

It looks like there's no binding for libuv's `uv_fs_open`, so I guess filesystem I/O isn't supported by cl-async?

If you need a debhelper, I made this a while ago, which you can likely salvage if you don't like it enough :) https://github.com/ralt/dh-quicklisp-buildapp

Ok, the funny part is that this part is what is actually breaking the fifo: ``` (ensure-amz-header request "content-sha256" (payload-sha256 request)) ``` Because it's reading it, then put-object is just...

Well, I want to store the session at some point. Just... being able to start and stop the storing. And send the matching cookies...

Well, if I can create the session (and clack will send the set-cookie), and destroy it (and clack will send the set-cookie), then yes, it suits my case.

I'm not sure I completely understood what you said, but here is the ideal scenario: - Clack starts, no session created. - My code does `(clack.session.start)` or something similar: -...

@svetlyak40wt log4cl in ultralisp is too old at the moment, it's missing `make-semaphore`, which makes the build fail.