vindarel

Results 591 comments of vindarel

I got this fixed: ``` ;; A long cell is truncated to :column-width, 10 by default. (term:table '(("name" "age" "email") ("me" 7 "some@blah") ("me" 7 "[email protected]"))) +---------+---------+---------+ |name |age |email...

Hello, damn, I don't like ASDF errors^^ Let's get to it in order… what's your ASDF and Lisp version? ```lisp $ rlwrap sbcl * (asdf:asdf-version) ;; ? * (lisp-implementation-version) ;;...

so there's the git init in hooks/post_gen_project.py (it doesn't seem to be working for me) it is the only place where Python is written in this project. Not forgetting the...

I'll link to the related, great project of kat-co, used for cl-apache-arrow: https://github.com/kat-co/gir2cl > This is a library for generating a Common-Lisp foreign function interface (FFI) from GObject Introspection XML...

I believe you found out? https://dev.to/rajasegar/how-to-use-environment-variables-with-cl-dotenv-in-a-common-lisp-web-app-5eb5

Hi, welcome to the lisp world! Can you give more details on what operations you are doing ? I suppose you created a project skeleton with Caveman. What commands did...

Developing with Hunchentoot inside Slime, any change to the server code, like adding or modifying a route, is available after a usual `C-c C-c`. Nothing needs to restart. It's the...

Linking to some CL web form validators that I didn't find easily: - https://github.com/inaimathi/formlets - last update nov 2016 > Automatically validating formlets for Hunchentoot + cl-who - https://github.com/mmontone/cl-forms -...

Thank you ! I would definitely welcome that in the readme or future tutorial.