Keith Pinson
Keith Pinson
I am running Ubuntu 14.04. I have done this: ``` sudo apt-get install sbcl cl-asdf mkdir -p ~/.local/share/common-lisp/source/ cd ~/.local/share/common-lisp/source/ git clone [email protected]:osteele/cl-spec.git ``` After launching an `sbcl` session, I...
Here is the warning. ``` In toplevel form: evil-vimish-fold.el:121:31: Warning: defcustom for ‘global-evil-vimish-fold-mode’ fails to specify containing group evil-vimish-fold.el:121:31: Warning: defcustom for ‘global-evil-vimish-fold-mode’ fails to specify containing group ```
It would be nice to center images in presentation mode, e.g. if they have `#+ATTR_ORG :center`.
If I launch the presentation from a sub-item such as one that is nested like `***`, then rather than the slide rendering from the time level bullet, it renders just...
It would be great to have a template for [F# Windows services](https://blogs.msdn.microsoft.com/dsyme/2011/05/31/a-simple-windows-service-template-for-f/) to be used with Forge. I'm going to start with the `sln` template for now and then try...
Using statically resolved type parameters, we ran into a problem where we wrote some code that was wrong according to what the types said, and yet compiled (and so we...