Izaak M.
Izaak M.
Is this still active? I'd also like a way to disable this. Right now I'm doing this in my vimrc to override vim-pencil, but I'm not very familiar with vimscript...
Hello, I've started adding the `os` library to Episode 6, introducing the functions `getcwd` and `listdir`. It seems like it might be important to also include `chdir` in case students...
Also getting segmentation fault. Any progress on this? This is salmon v1.3.0, installed with conda or using the binary, running in slurm. I do not get a segmentation fault if...
It does run with each of the two files separately, but when I try the command with the double redirect I get a message like the one below for many/all[?]...
@sjackman Are you trying to get the figures numbered differently (eg, "Figure 1" and "Figure S1") based on the file they are in, or are you mainly interested in referencing...
Just FYI in case any one else stumbles on this ... `fill` is [documented online](https://timewarrior.net/docs/timew-fill.1.html) as described above, but the [tutorial](https://timewarrior.net/docs/tutorial.html#corrections) describes another syntax (below) that works for me where...
+1 I (as a newbie) thought that the instructions in the readme for installation would be sufficient. Specifically, I was confused because some of the todo.txt syntax still seemed to...
Here's an example, pretty trivial: ``` #!/usr/bin/env bash set -e todofile="${TODOFILE:-${XDG_DATA_HOME}/todo/todo.md}" tododir="$(dirname $todofile)" fetch() { if [[ -d $tododir ]] ; then echo "[INFO] FETCH" git -C "$tododir" fetch ||...
What are the headers for the columns in "Assemble/out/*.lib1.meanstdev"? In general, where might I find headers for output files that don't include headers by default?