hauter

Results 5 issues of hauter

This is a code example in the book (guide-for-java-devs.pdf), and I made a piece of changes. 1. `Wiki.java` corresponds with the database table: ```java @AllArgsConstructor public class Wiki { public...

## 1. Create kernel.json with mistake After `(cl-jupyter:install)`, the kernel.json will be this: ``` cat ~/Library/Jupyter/kernels/common-lisp/kernel.json { "argv": [ "/opt/homebrew/Cellar/sbcl/2.3.4/libexec/bin/sbcl", "--eval", "(ql:quickload :common-lisp-jupyter)", "--eval", "(jupyter:run-kernel 'jupyter/common-lisp:kernel)", "{connection_file}" ], "display_name": "Common...

![image](https://user-images.githubusercontent.com/8326287/211300601-fff84944-930b-4453-b9a2-433bc8eb9f2e.png)

bug

Select any records with Json field can produce the error: ``` 245 is not defined as a value for enum type #. [Condition of type SIMPLE-ERROR] Restarts: 0: [RETRY] Retry...

``` debugger invoked on a SB-KERNEL::ARG-COUNT-ERROR in thread #: Error while parsing arguments to DESTRUCTURING-BIND: too few elements in () to satisfy lambda list (FILE DIR): exactly 2 expected, but...