Florian Margaine
Florian Margaine
Hi, This project is really nice. However, doesn't it violate some Microsoft patents?
Hi, There's this nice `(on :error ...)` function, but it's never actually used :-) Specifically, try to connect a client, then unplug your network cable, and you'll see... nothing. Nothing...
How should one do filesystem I/O using cl-async? I'm thinking about something like this: ```lisp (as:open "foo" :if-exists :overwrite :open-cb (lambda (file-stream))) ``` But it obviously doesn't exist in cl-async,...
This avoids having the history of what was written in the field displayed every time you click on it.
I am streaming from one URL hosting big file to s3, and would like to avoid buffering locally, either in files or in-memory. Given that there is no obvious API...
Hi, If I `wrap` my app with `Clack.Middleware.Session`, a session is created for each user. Even if the user hasn't logged in, through any way. Maybe I have missed something?...
Hi, I'd like to be able to create a template to use for a specific response when defining a custom content-type. For example, when calling an .html URL, I'd like...
Refreshing the token happens under normal conditions, no need to bypass the `silent` argument in this case.
Hi, ``` $ gpg --export-secret-key -a "Florian Margaine" | qrencode -o test.png Failed to encode the input data: Numerical result out of range $ gpg --export-secret-key -a "Florian Margaine" |...
http://chat.stackoverflow.com/transcript/message/18962557#18962557 Notice the rooms of message's source and where the command was run (and answered).