Austin Milt

Results 19 issues of Austin Milt

- [ ] react + typescript - [ ] should allow for overflow: visible (for shadowed items) - [ ] customizable and hideable arrows - [ ] responsive customizations (number...

_feat
Home

depends on holaplex/indexer/605 need to add the graph-ql queries, hooks, filters to discover/profiles

see src/hooks/useUrlQueryParam.ts example is http://holaplex.dev/discover and changing around the secondary sorting options doesnt remove the secondary sort params from the URL query

_bug

I'm running this project locally (`yarn localnet`) and interacting with the market using `@project-serum/serum-ts` ([Market](https://github.com/project-serum/serum-ts/blob/master/packages/serum/src/market.ts#L228)). I am getting the following error on `market.makePlaceOrderTransaction(connection, order)`: ``` SolanaJSONRPCError: failed to get token...

This PR (when finished) will add support for proxy voting using fungible tokens to boost NFT voting power in the nft-voter plugin. To do this, it adds three instructions and...

### Problem While Go natively supports 64-bit numbers, not all languages do, including the biggest offender: [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER). This can lead to unexpected behavior when numbers are truncated. Right now afaict,...

I'm trying to publish the Flutter default app (made with `flutter create`) to my repo's GitHub Pages. My workflow file is as follows: ```yaml name: Publish main branch to GitHub...