Notes
Notes to refer back to at a later date.
Librewolf
- When installing via homebrew on mac it raises an issue due to removal of the
--no-quarantineflag by brew. To get around this install as normal, but then run:Librewolf codeberg source1sudo xattr -r -d com.apple.quarantine /Applications/LibreWolf.app
pFUnit
- There is an implicit limit on test names of 36 characters.
The
@testmacro expands names to:and Fortran lines are limited to 132 characters. The 2023 standard raises the limit to 10,000 characters, and there exist compiler flags to adjust it.1call suite%addTest(makeCustomTest('<name>', <name>, testParameter))
Quarto
- To get a pdf of a quarto presentation from a browser use
decktape
.
- To preserve animations (somewhat) use:
1npx decktape reveal <slides URL> <output file>.pdf --pause 500 --fragments --progress
- To preserve animations (somewhat) use: