Peter Watts

Results 65 issues of Peter Watts

Playback seems to fail when I try to set a playlist and play it in one action. It works fine if the playlist is set when the page loads, and...

We should have a very subtle icon somewhere, that when you click on it, explains that the marketplace is powered by Reservoir. This is partially for trust (they can click...

I now recognize I should not have utilized TailwindCSS so extensively for the Sample Marketplace. This mistake stems from the fact that I had never built something so big. https://stitches.dev/...

I noticed that the formula for converting temperature rounds the result, such that every second degree in Fahrenheit is the same. For example: ``` print(HeatTarget.fahrenheit(68)) print(HeatTarget.fahrenheit(69)) print(HeatTarget.fahrenheit(70)) print(HeatTarget.fahrenheit(71)) print(HeatTarget.fahrenheit(72)) print(HeatTarget.fahrenheit(73))...

Simple API that returns the collection floor price at a given point in time. One complication is that we don't have direct access to this data going all the way...

Platforms are emerging that don't pay royalties. Some marketplaces might not like this, and would want to either exclude these orders, or add the royalty on at fill time.