levirak

Results 9 issues of levirak

Here's a pull request that I'm pretty sure accomplishes everything we talked about on the Monday team call. Hopefully my code is all up to standard.

A branch un-implements the modes as flags (e.g., `-keygen` became `keygen`). The way it is done is to let the non-flag arguments float to the end of argv (thanks to...

Adds support for `-curve CURVE` and `-list_curves` to `-genkey ecc`

Here's a pull request that adds sections to the tutorial part of the README for nonblocking, resuming, writedup, and threading, as well as adds `#include ` to every file that...

My intent with these changes is to simplify the code as much as I could with the goal of making the code easier for contributors to reason about and without...

Allows other data types (such as `JournalEntry`) to pass through the drop hook without causing an exception. Closes #1394

Make use of `gulp.src`'s `options` feature to manually designate the base and prevent the need for manual path modification. Likewise change a reference to `{foundrydata}/data` to `{foundrydata}/Data` to appease case-sensitive...

My main system is a Linux system, and I had to make minor tweaks to the gulp file to run `npm run build` and `npm run unpack`. Specifically, I had...

bug

The Spidersatchel should be weightless when equipped, just like the Commercial or Industrial Backpacks. It was likewise missing a modifier to encumbrance. Here is a minimal JSON change that will...