Seamus Bradley

Results 13 issues of 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. ![Screenshot from 2021-05-05 18-20-46](https://user-images.githubusercontent.com/608891/117182797-b4049700-adce-11eb-858c-12c67cdbc2bb.png) 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...

configuration
documentation

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)...