vindarel

Results 591 comments of vindarel

@mldulaney hey thanks for proposing. Here's a lisp snippet that builds the binary: ```lisp ;; thanks to April & May on Discord (let* ((source (asdf:system-relative-pathname :lem-terminal "terminal.c")) (lib (asdf:system-relative-pathname :lem-terminal...

indeed, same for me on Linux. We have actionable good first issues I think: decrease default font size on webview, autosave it.

Isn't the `apply` used with max 10 000 elements? But thanks, I'll look at your improvement suggestions.

It is still relevant, thanks.

This seems to be done here (for Sly): https://gitlab.com/akashadutchie/sly-mrepl-db --- This script allows you to evaluate expressions in a repl with frame context In standard sly if you press E...

great! my2c: as E. Fukamachi recalled, maybe emphasize that we can or even should edit the migration files to our liking. It's always better said explicitly than not^^

for me on the same old-ish LinuxMint: it changes something but it's buggy anyways: - without: I can't type Meta-( to get [ in SDL2 (ok in ncurses) and Lem...

This is now either resolved either slightly different. ```lisp (mito:deftable parent () ()) (mito:deftable child () ((parent :col-type parent))) (mito:connect-toplevel :sqlite3 :database-name "mito-example.db") (mapc #'mito:execute-sql (mapcan #'mito:table-definition '(parent child))) (mito:create-dao...

yes bot, folding would still be great.

great! 🚀 https://www.fosskers.ca/en/blog/cl-windows also: > Once I tweaked my Makefile to support Windows, my game built and ran on the first try (through Wine).