-
Hi team,
I cloned this repository for the first time, then ran `npm install`, was successful but when I run `npm run example:basic` I get the following error:
```
> deku@2.0.0-rc16 example:basic …
hajiz updated
7 years ago
-
Going through the attributes page, I see that we can use a combo of `skip`, `cond`, and `default` to essentially achieve this.
Looking at the [versionize crate](https://github.com/firecracker-micro…
-
## Act version
```none
act version 0.2.21
```
## Expected behaviour
No error
## Actual behaviour
https://gist.github.com/sharksforarms/06ce839d37a8b7e848eacb2239869c69…
-
This is the way I write it at the moment:
```rust
use deku::prelude::*;
use std::ffi::CString;
#[derive(Clone, Debug, DekuRead, DekuWrite)]
struct Foo {
#[deku(
map = "from_nul_termina…
-
Hello, I was looking forward to using `deku` and hit my first roadblock when I learned (the hard way) that bitfields are parsed in MSb-first order (as referenced on issue #134). This isn't exactly the…
-
The book of secrets was previously modified to use X+R to reveal secrets by hiding the BG2 layer. This has been modified to use the L button to free up the X button again. One thing I've thought about…
-
https://docs.expo.dev/tutorial/image-picker/
4 [Use the selected image](https://docs.expo.dev/tutorial/image-picker/#use-the-selected-image)
add popup after clicking on Camera icon to choose between…
-
When using complex structures such as:
```rust
pub(super) struct Message {
pub(super) hdr: MsgHeader,
#[deku(count = "hdr.service_count")]
pub(super) svcs: Vec,
}
```
getting `upda…
-
We talked about this last weekend but with Pre-Completed dungeons being a thing, I think this file select feature would be nice to have now compared to a few months ago. It's a bit more essential, to …
-
Hi,
since #32 was merged (thanks for the quick update!), I should be able to decode packets with `warning_error_con_target_class`- Codes up to 127. However, as the following example shows, this still…