Victor

Results 14 comments of Victor

Isn't the "[Projects](https://github.com/vseloved/cl-nlp/projects)" tab created to track roadmaps and organize development around particular features?

The problem seems to be that Caveman creates its own database connection in the environment of the request, but it is not readily available for development in SLIME. Documentation lacks...

The changeset is exactly what I was looking for. The problem is that the documentation in README is a little bit behind the current sources as CLSQL is no longer...

One more case of a slight inconsistency. It appears that this actually depends on where the param comes from: if it is a part of a function route, then it...

I suspect that this is how parameter names are interned and probably this can be actually implementation-dependent. Without looking at the sources or CLHS it is hard to tell but...

Hi, I've got two ideas: - wouldn't it nice to have a special annotation to specify content type of the function results, somewhere after the `@ignore params` (in the function...

As far as I understand this annotation might be defined somewhat like: ``` lisp (defannotation content-type (mime) (:arity 1) `(setf (clack.response:headers *response* :content-type) ,mime)) ``` Please include it (if it...

Documentation seems to be a recurring issue. Maybe at least a basic intro could be made on the project's Wiki?

Hi @pnathan, it is on Ubuntu. But I suspect that this applies to other systems as well. With best regards

Hi @ckonstanski , regarding your question: > Which raises a question: is puri a dead project? Can it ever be fixed? Quicklisp takes its sources from `kmr-git` which happens to...