Victor

Results 14 issues of Victor

Hi I think it would be very nice to have a tutorial based on some simple reference application (kind of a JavaEE [Pet Store](http://www.oracle.com/technetwork/java/index-136650.html)) that would demonstrate main Caveman functionality...

Readme and documentation in general miss information on how to access database using the CLSQL/Clack middleware.

Could somebody please clarify if project configuration is really parsed, especially the `:database-connection-spec` parameter. As far as I understand the only information that has any sort of impact is: log-path,...

Hi, I am not sure, but it looks like the proper way to access params is using a kind of literal keywords: ``` (getf params :|customer-name|) ``` instead of ```...

Since mobile platforms are so popular nowdays I think that a chapter on developing lisp applications for Android and iOS would be a great improvement. Something like a Common Lisp...

help wanted
suggestion

It appears that Clozure CL has a different meaning for `ccl:interrupt-signal-condition` which prevents the code from working on the recent CCL. The fix is suggested [here](https://stackoverflow.com/a/9952183): ```lisp (setf ccl:*break-hook* (lambda...

bug

Have witnessed this problem on Linux X86 and ARM32, SBCL and CCL: after doing several thousand HTTPS requests drakma stops resolving host name. Returning: ``` Name service error in "getaddrinfo":...

Replaces naive Unicode support in the `collapse-whitespace` function with the system-dependent whitespace handling. Should fix Issue 4: https://github.com/lisp/de.setf.wilbur/issues/4

It looks like Wilbur has a problem with certain Unicode chars in certain circumstances. Code to reproduce: 1. download RDF/XML date from DBPedia: ``` sh wget http://dbpedia.org/data/Semantic_Web.rdf ``` 1. parse...

There is some documentation for the original project: http://wilbur-rdf.sourceforge.net/docs/ but it is not included in this version and there are no links to it. For somebody new to this project...