Peter Siemens

Results 34 comments of Peter Siemens

This crashed the manager in production for the ubyssey.ca deployment of Dispatch. After an article was saved with an empty heading, the article listing page crashed for any listing that...

Great idea! This is something we've needed for a while. I think there are bits and pieces that exist, but we still don't have a single go-to document for Dispatch...

@jumbosushi for reference Resource list action: https://github.com/ubyssey/dispatch/blob/develop/dispatch/static/manager/src/js/util/redux/actions.js#L85-L97 Example of manually triggering `pending` and `fulfilled` actions: https://github.com/ubyssey/dispatch/blob/develop/dispatch/static/manager/src/js/util/redux/actions.js#L129-L164

A while back I migrated some articles from the old Wordpress site, but the images didn't make it. There are a bunch of articles that are only text. I'm in...

When we talked about this before, the idea was to have a simple view that returns a URL pointing to a JSON file. I think it'd basically just be a...

While I think the best solution for Flow NFTs is to put the metadata on chain, I still think there should be way for projects using the OpenSea JSON format...

Also, I completely understand if what I'm proposing is outside the scope of a testing feature or doesn't make sense due to fundamental constraints in Cadence. I'm now wondering if...

> The test-framework provides two approaches for testing: > - Integration tests > - Unit tests I guess I'm proposing a combination of the two approaches you described. I think...

Is this PR still in progress @Kay-Zee?