Thomas Johnson
Thomas Johnson
As background, I'm trying to use Deku as an optional dependency by leveraging `#[cfg_attr(feature = "deku", derive(DekuRead))]` to toggle Deku's functionality. This leads to failures when trying to use `deku_derive`...
Some requests have started failing after upgrading from 0.11.27 to 0.12.1. In this case, api.figma.com works in 0.11.27 and fails in 0.12.1. A test of www.figma.com shows that both versions...
@grantgalitz points out that games often execute code stored in RAM. This means code may be modified dynamically. It will be necessary to provide cache invalidation for memory >=0x8000. It...
[LLVM 3.0](http://llvm.org/releases/download.html#3.0) has been released, and has likely introduced compatibility issues.
I have a struct comprised entirely of optional fields, which is represented as an Adjacently-Tagged enum. The JSON API hands back Adjacently-Tagged structures, however the Content field can be `null`...