eric-j-ason

Results 10 issues of eric-j-ason

In the readme, where the cryptographic algorithm is described, it would be nice to reference an academic article, where the algorithm is analysed further. Does one exist?

Maintainer: @hnyman Environment: master Description: The current syntax highlighting rules are applied to file extensions `uc` (scripts) and `ut` (templates): https://github.com/openwrt/packages/blob/d8a574f7f0eb2f5970119a2b0527048583054180/utils/nano/files/ucode.nanorc#L3 However, the actual rules are correct only for template...

I propose here a suite of functions that I found myself reaching for, and missing in the standard library. I present them in ucode, as that's how I use them;...

I'd like to get support for ucode in syntax highlighters such as Chroma (which is used by Gitea) and Pygments, perhaps by starting with their Javascript definitions and modifying them....

I have noticed that the package `clevis-extra-pins-git` on Arch Linux includes the YubiKey functionality from this repo, which can be used to [unlock a disk during boot](https://old.reddit.com/r/archlinux/comments/os9d66/booster_06_release_now_with_yubikey_support/). It would be...

Empty strings in a CSV file, such as the middle field in `Greg,,The world's Greggest!`, causes an exception to be thrown when read. Example: ```python from dataclasses import dataclass from...

Maintainer: @hnyman Environment: master Syntax highlighting of ucode stops working when the string `}}` is encountered in the source code. ```ucode #! /usr/bin/env ucode ({a: {}}); // Everyting from here...

The documentation [instructs you](https://github.com/libremesh/shared-state-async/blob/master/README.md?plain=1#L34) to run `./main`, but no such file is built. At some point, it was [renamed](https://github.com/libremesh/shared-state-async/commit/6532dbc3d00a718863308bbf92792ced0b31085d) to `shared-state-async-server`, which later was [merged](https://github.com/libremesh/shared-state-async/commit/7c9ef3c2f80496158c4d25da5ede015f5566bcdf) with `shared-state-async-client` into `shared-state-async`. Is...

If the directory contains a period, it is assumed to be a file, and archive creation is refused. Are directories with periods in their names looked down upon? There are...

Building and running shared-state-async on Debian results in a binary that hangs on `shared-state-async discover` and produces no output. The external script `shared-state-async-discover` does get called, so the hangup comes...