Matt Novenstern
Matt Novenstern
`cl-dbi` doesn't like multiple concatenated statements, so issue them in series and wrap them in a transaction in case something fails. I ran into this defining a table with an...
Right now, changing the definition of a table and evaluating it doesn't perform any migration. for me. I haven't looked into it very hard, yet, but it consistently doesn't happen....
I'm looking at adding support to coo after someone opened a PR to add support for package inferred systems (https://github.com/fisxoj/coo/pull/24). It seems like, when asking docparser to parse such a...
Hi João! Thanks for your help figuring out how to run slynk in a docker container. To continue along those lines, I was looking into ways to get the filename...
## Environment ``` # result of evaluating uname -a ros --version # if roswell runs successfully ros config ``` ``` roswell 20.05.14.106(NO-GIT-REVISION) setup.time=3800793815 sbcl-bin.version=2.0.5 default.lisp=sbcl-bin sbcl-bin-version-uri=https://github.com/roswell/sbcl_bin/releases/download/files/sbcl-bin_uri.tsv sbcl-bin-uri=https://github.com/roswell/sbcl_bin/releases/download/ Possible subcommands: set...
In the exciting, new world of docker, it's a good idea to cache intermediate steps of generating a disk image. In python, for example, that means copying the `requirements.txt` into...
Defining a class like so: ``` lisp (defclass tweet () ((user :col-type user :references user) (content :col-type :text)) (:metaclass mito:dao-table-class) (:unique-keys user)) ``` Causes a table definition with `(mito:table-definition 'tweet)`...
This stops `grunt.file.read` from trying to do conversions on the file contents. For me, this was necessary to generate correct md5 hashes of font assets (wof, eot, ttf).
Through a combination of [`sly-tramp`](http://joaotavora.github.io/sly/#Setting-up-pathname-translations) and [`docker-tramp.el`](https://github.com/emacs-pe/docker-tramp.el), we should be able to set up filename translation with the docker container so things like `M-.` work.