Bob Thomas

Results 7 issues of Bob Thomas

## Description According to the documentation, this is supposed to work, but it doesn't. Add the read_only default values after the validation runs so they actually get saved. Fix for...

stale

If a callback passed to setTimeout (and other timer functions) throws an error, the error propogates up through the host node process, potentially crashing it unless process.on('uncaughtException') is used. Wrap...

According to the spec, ordering operators are only valid for numbers, but all types were being compared according to JavaScript rules instead. Fix the interpretation of ordering operators to conform...

This repository is not being maintained, and there are now multiple dependencies with vulnerabilities being pulled in. We should update the readme to warn anyone against using this, and archive...

Apparently the gh-pages branch is building with CircleCI 1.0, and you get warning banners when viewing the builds. Example: https://circleci.com/gh/Tripwire/octagon/644 Migrating to 2.0: https://circleci.com/sunset1-0/

The build only produces a commonjs build in `lib`, but no esm build (the "module" key in package.json just points at the commonjs build). We need to produce an esm...

Before the options are passed to custom functions, they are set to default values and have an additional "cloneUnlessOtherwiseSpecified" function added. This adds a separate type for the required/default options...

ts