Christopher Jefferson

Results 64 issues of Christopher Jefferson

### Pull Request Checklist - [x ] I’ve read the [guidelines for contributing](https://github.com/getnikola/nikola/blob/master/CONTRIBUTING.rst). - [ x] I updated AUTHORS.txt and CHANGES.txt (if the change is non-trivial) and documentation (if applicable)....

This is a two-part PR (which I could unmerge if people want) 1) I want a nice importer from Joplin (an open source markdown note storing tool) to Foam. 2)...

Below is a simple(ish) sudoku solver. `emcc a.cpp -o a.html` produces a working program. If I then add `wasm-opt a.wasm --spill-pointers -o a.wasm` I get `Uncaught RuntimeError: indirect call to...

This adds support for the "GAP" programming language. I'm going to try using this over the next few days, so may improve it, but thought I would put it here...

This isn't really a codebraid issue, but do you know if any static website generator (pelican? jekyll? Hugo?) easily supports codebraid? If anyone knows of integration it would be nice...

question

This is just a placeholder issue, mainly so I don't forget when I come back from holiday. Some hacks I applied when trying to clean up cygwin should be documented...

The internal order in which members of records are stored is based on how RNams are ordered. This information varies depending on the order in which prec keys are defined,...

kind: discussion

This PR tries to improve the messages we show users when a package fails to load. It means when a package fails to load users are shown a (hopefully brief)...

kind: enhancement
topic: packages
topic: library
release notes: use title
gapdays2022-winter

In cygwin, functions which find the location of libraries and packages return unix-style paths -- in fact almost everything returns Unix style paths. However, Exec demands windows style paths, so...

kind: bug
kind: enhancement
os: windows

Possible Question: How can I verify my backups are complete/valid? Possible Answer (if this is right?) "To check for filesystem issues on your backup drive, use "btrbk scrub". If btrbk's...