Select the types of activity you want to include in your feed.
๐ accept signed int32 colors in validator
The rgba() function returns signed int32 when alpha >= 128 (bit 31 set). The validator's u32 type rejected these negative values. Add a color type that accepts the full signed-to-unsigned 32-bit range.