Mingun

Results 157 issues of Mingun

Deriving `Deserialize` for that struct: ```rust #[derive(Deserialize)] enum Enum { Variant(Vec src/lib.rs:5:13 | 3 | #[derive(Deserialize)] | ----------- lifetime `'de` defined here 4 | enum Enum { 5 | Variant(Vec

Motivation of this PR is following: when I rebase #1922 I noticed, that test, introduced in the first commit of #2303 failed after the change. That failure appeared after changing...

Issue Type: Bug This events generated constantly, VS Code starts profiling and collect 70 MB files of profiling every ten seconds, consuming space in /tmp. This is content of **Output**...

This is inconvenient -- sometimes you want to open a file not from the workspace, but neither the tab menu nor the "Open Editors" menu have any extension menu items....

After that VSCode shows notification window (in the right-bottom notification corner) exception: > An undefined behavior was detected: undefined is not an instance of java.lang.String: undefined is not an instance...

Outline is specially designed to represent file's structure, so should use it

I just noticed, that your `MapAccess` and `SeqAccess` implementors does not implement `size_hint`, but it seems that should be pretty easy to implement.

According to the [original](https://github.com/pmachapman/unrar/blob/57b5fae83d68329f86302419a2a4047ccdaee1f2/rawread.cpp#L95-L105) [unrar](https://github.com/pmachapman/unrar/blob/57b5fae83d68329f86302419a2a4047ccdaee1f2/arcread.cpp#L627) [sources](https://github.com/pmachapman/unrar/blob/57b5fae83d68329f86302419a2a4047ccdaee1f2/arcread.cpp#L805-L813) Little-endian should be used there: https://github.com/Roba1993/RAR/blob/b84da66d1efa361627e4ffbf8f744f889be248f6/src/head_block.rs#L152-L161 https://github.com/Roba1993/RAR/blob/b84da66d1efa361627e4ffbf8f744f889be248f6/src/file_block.rs#L68-L79

bug
good first issue

See https://github.com/kaitai-io/kaitai_struct_tests/pull/112