Remko Tronçon
Remko Tronçon
The current push parser is convenient for metadata extraction and streaming. However, for playing MKV files (including seeking etc.), a resumable pull-based parser is necessary. I don't know if it...
Change the following methods on the Handler interface: HandleBinary(ElementID, []byte, ElementInfo) error HandleString(ElementID, string, ElementInfo) error to HandleBinary(ElementID, io.Reader, ElementInfo) error HandleString(ElementID, io.Reader, ElementInfo) error This allows handlers to only...
Uxn.wasm is a WebAssembly implementation of the [Uxn](https://100r.co/site/uxn.html) virtual machine. - [x] I've read [CONTRIBUTING.md](https://github.com/mbasso/awesome-wasm/blob/master/CONTRIBUTING.md). - [x] Description explains the issue / use-case resolved, and auto-closes the related issue(s) (https://help.github.com/articles/closing-issues-via-commit-messages/).
On one of my machines, I have 2 age keys that I use for my passwords: - One secure enclave key (for Touch ID), not encrypted with a passphrase -...
Resolves #51 - If `identities` is a directory, pass all files in that directory in alphabetical order as `-i` arguments to `age` - Pass all `-i` arguments as `AGE_IDENTITY_ARGS` variable...
Uxn.wasm is an implementation of the [Uxn](https://100r.co/site/uxn.htm) personal computing (virtual) machine in WebAssembly.
When an application requires a terminal in drun mode, I want to be able to distinguish the different terminals in my window manager. The solution i'm thinking of is allowing...