Christian Bundy

Results 95 issues of Christian Bundy

I'm seeing lots of these `console.log()` statements -- are these harmless? Previous: https://github.com/fraction/oasis/issues/12

This upgrades the StandardJS module and moves source code to use `.js` extensions in the `lib` directory so that StandardJS can see them by default. (I know this repository isn't...

Problem: When compiling from source on Android, the process exits with code 1 without printing an error. Solution: Add console output in case of an error, which may be useful...

I'm doing some mad science where I'm using libsodium.js to test (and eventually fuzz) sodium-native to ensure that everything works similarly. I've built a small adapter layer that takes the...

Hello! :wave: I'm trying to load sodium-native 2.4.9 on a Google Pixel XL, but I'm bumping into: > No native build was found for platform=android arch=arm64 runtime=node abi=72 uv=1 armv=8...

The symbols script had darwin-x64 hardcoded as the platform and arch, which means that running the script doesn't work on Linux. This commit adds directory read and selects a file...

In the future I'd like to add some sort of debounce to streams like [this one](https://github.com/ssbc/ssb-db/pull/275), but it would be important to tell what sort of latency I have with...

enhancement
question

The TweetNaCl API was underused, and the libsodium-wrapper provider is bigger and slower than necessary. This commit introduces Sodium-JavaScript, which is a hand-written JS + Wasm port of libsodium meant...

Issues like #3 make me wonder whether this module would be better as a wrapper around sodium-chloride and [sodium-universal](https://github.com/sodium-friends/sodium-universal), dropping support for TweetNaCl entirely. Trying to bridge two disparate APIs...

**Feature** The only way I've been able to set the dmypy status file is by passing `--status-file` on the command-line, but I'm running dmypy in a few different scripts and...

feature
topic-daemon
topic-configuration