Aaron Huggins

Results 9 issues of Aaron Huggins

In preparation for some Deno prod work in a private project, I'm prepping for a v1.0 release. The goal is to heavily simplify the codebase, improve the deployment process, and...

documentation
enhancement

Major version change, with definitely breaking changes! - Redesigned API to align with the `JSON` API in ECMAScript - Dropped support in the decoder for `taggedValue` and `simpleValue` callbacks -...

enhancement
version_major

Implements a naive but fast pattern for matching an IPv6-style hostname, while preserving the original pattern for anything not matching IPv6. This relates to a bug found by myself and...

post-8.0.0

Some features that I'd like to contribute from my personal implementation that this one is missing. Opening issue for discussion before just opening a pull request to help eliminate unnecessary...

- Adds [Denoify](https://github.com/garronej/denoify) to build so that this can be eventually deployed to https://deno.land/x - Add a prebuild cleanup script - Switched from `process.nextTick` to `queueMicroTask`; there should be no...

I've been using [Tabby Terminal](https://github.com/Eugeny/tabby) cross-platform for a while, and the last thing I wanted was proper quake-support on Linux. Here's the command to make it happen. ```shell # most...

- [x] Make branch names inclusive - [x] Merge outstanding PR #26 - [x] Release v1.7.1 on npm - [x] Port codebase to target Deno - [x] Clean up codebase...

Mostly just Deno changes. - Remove all Node-only target code - Deprecate all node-dependent configs - Fix all linting and assertion errors - Fix bad assignments uncovered by move to...

version_minor

I'm currently working on implementing the following over on my fork (https://github.com/aaronhuggins/uikit-react): - [x] Support CommonJS (required for server-side rendering applications) - [ ] Inherit parent props implicitly (Reduces the...