Results 64 comments of daninus14

I'm getting this issue from a web client making multiple requests to the same `defroute` which uses `mito` to make a DB call. Shouldn't the simple solution be to create...

Any idea on how to force a `defroute` to wait for the DB call to finish from a previous request from the same session?

fukamachi answered here: https://github.com/fukamachi/mito/issues/40#issuecomment-440144744

Any updates on this? @bo-tato would you be open to submitting a fork with your suggestion? I think it's a great idea since it takes care of **most** of the...

@quicklisp Is there any issue bigger than this for quicklisp? If you are too busy, can you at least comment on what type of implementation are you willing to accept...

@jackcarrozzo thanks for the reply! Yeah, that's what I was doing, but it started getting out of control in the .asd file importing every file. Unless you are referring to...

@vindarel thanks for the reply. > The thing is that you create an acceptor and define a route on it: so far so good. You can define a second Hunchentoot...

> The thing is that by default, when you create a route (define-easy-handler (say-yo :uri "/yo") (name) …) this creates the route globally for all Hunchentoot servers! Oh wow! That...

See also caveman2, and by the way, read here https://github.com/fukamachi/caveman/wiki I just started it today, that should explain all of these related projects. Please help us fill the wiki. A...

Thank you, I have it working. The issue was not support, it does support it. The issue is that on installing it doesn't install `emacsql-sqlite-builtin` by default as a dependency,...