Andrey Moskvitin

Results 17 comments of Andrey Moskvitin

Это сложно реализовать. Пробельные символы удаляются непосредственно во время разбора.

The problem is that the body of the template can not be empty. This is a small bug. Add something into "callee".

Я бы предпочёл патч :) В ближайшее время возможности разбираться с этим у меня точно не будет.

Using :sift-variables declaration instead. Samples: ``` lisp (restas:define-route topic ("thread/:topic-id") (:sift-variables (topic-id #'parser-integer)) ...) ``` or ``` lisp (restas:define-route myroute (":val1/:val2") (:sift-variables (val1 'integer :min-value 1 :max-value 100) (val2 'data-sfit:email...

@catap Do you still use lisp? I am impressed :) I had't touch CL for many years... So if you can fix that then I will merge.

I have solved the problem but it is a hack: ``` ctx = (conversation as any).ctx; ctx.session.locale = locale; await ctx.i18n.renegotiateLocale(); ```

How about "authenticate" in driver/database.lisp?

I don't know. I wrote this code long ago. But I will use this driver in nearest future again. Maybe then I will fix this problem.

(mongo:create-mongo-client :cl-async ...) or (mongo:create-mongo-client :usocket ...)