vindarel
vindarel
I reproduce the crash, after I resized the terminal to a very, very, very small window. I didn't reproduce the first description.
I get a Lem error (inside Lem) when I resize the terminal to a ridiculous tiny size. We can resize the terminal fine. Closing!
Can you mention a few features and what it does more/differently than the other generators?
yeah this happened to me too while developing Lem (but not during normal use). Would you have steps to reproduce?
Hello, they look interesting and useful, however: - wst has no README and says "not even close to alpha quality", so more explanations are needed for inclusion in this list....
I think reddit r/lisp or /r/common_lisp is the best place with the most people, and allows discussion that doesn't disappear.
I am trying to reproduce: - start Lem - create a new file with C-x C-f, name it testfoo.asd or test.lisp, try to write into the buffer and save the...
cool, so would you move in the CSV subsection too (and the "markdown"?)?
I am surprised to see all this activity (https://gitlab.common-lisp.net/cmucl/cmucl/-/commits/master) (some commits pushed in April dating from 2018) (https://gitlab.common-lisp.net/cmucl/cmucl/-/issues) We can't by any means encourage folks to try CMUCL. But we...
just found that data-table is a good companion to cl-csv as it allows to access the cells by column name. - [data-table](https://github.com/AccelerationNet/data-table/). `cl-csv` "only" reads and parses the CSV. `data-table`...