Joe Parks

Results 11 issues of Joe Parks

## Summary Updates some README info based on onboarding ## Testing Plan N/A ## Breaking Change N/A ``` [ ] Yes ```

## Summary Adds weekly limit, this is relative to launch date. Though about adding a constant to the codebase, but seems dangerous because if this changes, the week numbers will...

## Summary Excludes users from rank list if they have 0 points ## Testing Plan Unittest ## Breaking Change Is this a breaking change? If yes, add notes below on...

I am using s3fs with pyarrow, and I am running into a pretty cryptic bug about a key error value. The file begins to write to s3, but then fails...

I am trying to train a simple model to recognize and segment hand drawn lines. Each image in my repo contains one line, so I generate the mask by just...

Ideally I would like to reexport an enum like so: ``` #[napi] pub use bip39::Language as Language; ``` Currently I have to recreate the enum(along with a From conversion) in...

## Description I am able to successfully install the extension `ipyauth` but it seems like the plugin dependencies are "failed to activate" A few nuances: - environment is hosted on...

bug

## Summary - Adds global account to `IronfishEvm` - Adds "No Mint" check for global account when no EVM description is present - Adds checks to balances of mints/shields, note...

## Summary - Creates a separate description for creation of these public accounts. It is possible to combine them all into a single description, but it seemed cleaner to have...

## Summary Adds command to get ERC20 balance ## Testing Plan ## Documentation Does this change require any updates to the Iron Fish Docs (ex. [the RPC API Reference](https://ironfish.network/docs/onboarding/rpc/chain))? If...

EVM