Will Foran
Will Foran
EDIT: was too excited. my comment doesn't help with repeating the same rule. looks something like `qassertm(paperwidth='N[4,15]',paperheight='N[5,18]')` EDIT2: see e.g. [`qassert_all('N[0,]', paperwidth, paperheight)`](https://github.com/WillForan/checkmate/blob/e7b8747bb988ce15d0e7c0343c2d76410e2b4319/R/qassertm.R#L49). I'm trying ``` qassertm
Is there a good places to add `@slack` examples and notes? Maybe a wiki page or in the readme? so far I have: * `@slack`'s available commands are enumerated in...
Do any of the other markup languages have github support for math markup?
Coming here from #97. if I'm using the flag correctly, `--enable-webgl` does not get around the error for me (`Linux 5.10.3-arch1-1`) but using the `1.1.1` app image does! 1.3.1 appimage...
® was the culprit for me, found (and removed) with non ascii regex search: C-M-r `[[:nonascii:]]` `restclient.el` might have fixed this same issue with this commit https://github.com/pashky/restclient.el/commit/8292fe68c73561413cebff88008509180768718d by changing `method`...
i hit this when `~/.localslackirc` did not end with `\n` (created with `xclip -o > .localslackirc`) ``` file .localslackirc .localslackirc: ASCII text, with no line terminators ``` editing the file...
https://github.com/gregdetre/emacs-freex has this, but apparently doesn't play well with orgmode
Looks like a type issue. Not sure if there's anything `NIfTI.jl` could do about it. Is it worth mentioning in the readme? Or is this a common footgun/julia knowledge? ```...
[`mod_conversejs`](https://modules.prosody.im/mod_conversejs.html) is available in the snikket-sever prosody container! But I can't figure out how to load it I enter the container like ``` cont_id=$(docker ps --format "{{.ID}}" --filter ancestor=snikket/snikket-server:stable) docker...
getting this to pass looks easy enough -- instead of a `link` the first child element is a `linkReference`, in `list-item.js` that could look like ``` function validateListItemLink(link, file) {...