wnortje

Results 10 comments of wnortje

There may be a precision mismatch but I don't think that is what is causing the problem here. I think it is a conversion problem. Both the values I mention...

The constraint means the combination of the named columns must be unique. I.e. in each of the named columns there may be non-unique entries as long as the combination remains...

I have the same problem. Is there a workaround for expiring a session?

I made a mistake above. The call `(hunchentoot:post-parameter :content-file)` can not be used inside a Clack handler because `clack.handler.hunchentoot::handle-request` reads the stream before `(post-parameter)` can get to it.

Thank you. ## Wimpie Nortje Strongroom - Encrypted Photo Backup https://strongroom.me[1] Selective Share - Encryption-as-a-Service https://www.selectiveshare.com[2] On Fri, Jan 29, 2016, at 01:30, Fernando Borretti wrote: > You're right. I...

I managed to use session middleware for my purpose so my problem is resolved for now. I still think it should be easier to set custom cookies that what I...

What I showed breaks the high-level encapsulation of `respond`, `redirect` and `render-template` because now you need to figure out exactly how Lucerne interacts with Clack. It is not difficult but...

TEN is nice to work with because it removes lots of the limitations from Djula. If you need to have some complex code in your template you can, but I...

I was not aware of the `:output-whitespace`. I will try it.

The `:output-whitespace` works much better. The code is readable again. The downside is that inside control structures like `loop` all whitespace between `{{` and `}}` is now ignored. E.g. ```...