Seamus Bradley
Seamus Bradley
The [PlantUML page on preprocessing](https://plantuml.com/preprocessing) suggests that `!includeurl` and `!define` are legacy features. I guess it would be good to move to using the currently recommended syntax for procedures etc.
This repo's README has an error.  The default key is `F`
I am using `smartparens` with `use-package`. The following works fine: ``` (use-package smartparens-mode :ensure smartparens :hook (prog-mode text-mode markdown-mode) :init (require 'smartparens-config) ) ``` but `smartparens-config` is not loaded if...
When I try to generate a certificate using the script `generate` I get the following error: ``` Signing certificate... crt_sign: ASN1 parser: Value is not valid. ```
I got "Symbol's value as a variable is void" error when running `starter-kit-compile`. I think Line 308 of starter-kit-org should be `arg` not `args`. (At least, when I edited it...
Here's the usecase I'm imagining. I type `exercism list` (or `exercism --track=java list` for example) and the cli would output a list of the names of the exercises I have...
I'm not sure if this is possible currently, I couldn't work out how, anyway. Basically, I'd like a way to define something in `index.yaml` such that I can put it...
It would be nice to be able to have a link in the navigation list that links to an outside site, for example, an externally hosted blog (or even just...
`yst create mysite` creates, among other things, `event.st`. Deleting the newlines at the end of this file causes the items to be all squished into one item. I guess this...
Using the following (part of) my .emacs: ``` (use-package lsp-origami :ensure t :bind (:map origami-mode-map (("C-c f h" . origami-close-node) ("C-c f s" . origami-open-node) ("C-c f f" . origami-recursively-toggle-node)...