Jason Spafford

Results 22 issues of Jason Spafford

I'm logging this for myself, but if anyone wants to tackle it if I don't get around to it... great. It's time to upgrade to support the later versions of...

Ammo is not currently compiled with NODEJS_CATCH_REJECTION, which it needs to. https://github.com/emscripten-core/emscripten/pull/9061 Without it, emscripten generates JS to inappropriately catch all errors and do heinous things with them. We can...

I'm interested in re-writing this with Unity's graph API that is used by Fungus that's used by the animation controller UI, as well as some other third party . The...

## Summary ## Testing Plan ## Breaking Change Is this a breaking change? If yes, add notes below on why this is breaking and what additional work is required, if...

## Summary We weren't taking advantage of the RPC's error system and error codes. This meant that you couldn't actually handle a balance error on an RPC client. This will...

### Description Our new version-bump script does not add a newline to the end of package.json when writing it out. This means after each release we re-add it back. https://github.com/iron-fish/ironfish/blob/master/tools/version-bump.js...

good first issue
verified
feature request

### Description Currently we use `list` as the standard for commands that list an item. For eaxmple: `peers:list`, `accounts:list`. Instead, we should make the root oclif topic the list itself....

good first issue
verified
feature request

## Summary ## Testing Plan ## Breaking Change Is this a breaking change? If yes, add notes below on why this is breaking and what additional work is required, if...

## Summary ## Testing Plan ## Breaking Change Is this a breaking change? If yes, add notes below on why this is breaking and what additional work is required, if...

It's been a long standing issue that prompt returns a `Promise` when it clearly should return `Promise`. It's because the wrapper methods `pauseAsync()` don't forward their types along from the...

cla:signed