Dan Buchholz

Results 12 issues of Dan Buchholz

# Description The current NFT School documentation walks through the basics of NFT metadata. However, it does not address deeper metadata themes like _dynamic metadata_ and how one could deploy...

need/triage

This closes issues https://github.com/protocol/nft-website/issues/279, which describes the intent behind the PR.

## Overview There was some work previously merged here about dynamic NFTs: https://github.com/protocol/nft-website/issues/251. It's a great reference, but with the [Mutable NFTs](https://nftschool.dev/guides/mutable-nfts/) section, it makes sense to include some additional...

need/triage

**User Story**: As a dev, I'd like to be able to test the various functions throughout this library; however, creating dummy/test `BeaconState` and `Context` objects is not straightforward. Ideally, I'd...

For only one user within a GitHub org, the comments on issues from Linear do not sync to GitHub. However, if this user (me) creates issues in Linear, they _are_...

bug

### Is your feature request related to a problem? Please describe. Normal SQL supports a randomness function, which can be useful for both read and write queries. I'd like to...

linear

Users in Asia, particularly in China, have noted a slow gateway response time, up to 1.2 seconds round trip time for certain queries. We're still digging into the issue and...

linear

**Is your feature request related to a problem? Please describe.** With read queries, you can only pass one `SELECT` statement at a time. This leads to UX issues at the...

enhancement
linear

Since the maximum number of rows is a protocol definition and cannot be configured by an indiviual validator, the `TableContraints > MaxRowCount` key/value should be removed from the following: https://github.com/tablelandnetwork/go-tableland/blob/bbfa561db96554a6b784e9008f5f78328b46b928/docker/deployed/testnet/api/config.json#L19...

enhancement
linear

It'd be nice if you if you could use this library when compiling to wasm. E.g., in `raf.rs`, it starts off with these imports: ``` #[cfg(windows)] use std::io::{Seek, SeekFrom}; #[cfg(unix)]...