-
Hello, I've been porting a network protocol to Rust using `deku` recently, replacing handwritten macros. In this protocol, there are two checksum fields, one is a CRC16 for header and one is a CRC32 i…
-
https://github.com/dekujs/deku/tree/v2.0.0-rc7
-
Hi, I decided to play the Treasure Chest Game as Link to farm some rupees to fund my bank. I got My Chateau Romani bottle. At first, I wondered if it was just the first game of any race. I swapped to …
-
The following items exist on my branch of the randomizer but don't appear in TOoTR's item selection GUI element:
* Giant's Knife
* Ice Trap
* Deku Nut Capacity
* Deku Stick Capacity
* Double De…
fenhl updated
4 months ago
-
This code doesn't compile as soon as either one of the two commented lines is uncommented:
```purescript
module Main where
import Prelude
import Deku.DOM.SVG as DS
import Deku.DOM.SVG.Attri…
-
https://github.com/pedrofracassi/deku/blob/master/commands/togethertube.js
-
-
This is an issue to track the stuff we're working on over the next 4 weeks as part of the "deku v1" effort. It's not exhaustive, but mainly to make write down the stuff we're likely to forget.
- [ …
-
Due to changes to the UI the bot won't work. Please fix Deku
-
When writing
```rust
...
#[deku(skip, cond = "*status != vec![0xFA,0xFF] || hdr.sub_packets < 3")]
svc_dsc: Option,
#[deku(count = "svc_dsc.length")]
#[deku(skip, cond = "*status…