Mingun

Results 157 issues of Mingun

Because function pointers are forbidden in the expression language from now parser won't allow anymore following constructions: - `42()` - `"string"()` - `true()` - `(...)()` - `[]()` This PR fixes...

Sometimes after changing KSY in editor (commenting part of the code, actually, to debug KSY), the clicking on the rows in the resulting parse tree does not select corresponding regions...

Sample files that I use when implement https://github.com/kaitai-io/kaitai_struct_formats/pull/493. Each archive contains the same file tree: ``` +-folder | +- nested-empty-folder | '- file '- empty.txt ``` compress.rar ----------------- Archives with...

If ksy contains key `params` at top-level, then visualizer crashed with error: ```bash $ ksv msg kaitai-struct/ddc.ksy Compilation OK ... processing kaitai-struct/ddc.ksy 0 ...... loading ddc.rb Classes loaded OK, main...

[EUC_JP doc](https://docs.rs/encoding_rs/latest/encoding_rs/static.EUC_JP.html) refers to the [euc-jp.html](https://encoding.spec.whatwg.org/euc-jp.html) and [euc-jp-bmp.html](https://encoding.spec.whatwg.org/euc-jp-bmp.html), which are not exist. According to the https://encoding.spec.whatwg.org/#indexes I assume, that the correct link is https://encoding.spec.whatwg.org/jis0212.html and https://encoding.spec.whatwg.org/jis0212-bmp.html

Currently a paragraph about it gives no idea what is "output encoding" and why it is needed: https://github.com/whatwg/encoding/blob/4f549cd26fd5f6a8f8bd8fc3fede519515cdea4f/encoding.bs#L733-L746 It would be good to describe what it is, what problems it...

1. It is unclear how to read "BMP coverage". It would be worth having a few introductory words on the page about what it is 2. Some of shown information...

I try to generate all of characters which particular encoding supports to generate a test files for a [quick-xml](https://github.com/tafia/quick-xml). I found, that using [encoding_rs](https://github.com/hsivonen/encoding_rs) crate, some codepoints, declared in https://github.com/whatwg/encoding/blob/main/indexes.json...

CDATA elements cannot contain sequence `]]>`. When that sequence is appeared in the data, it should be split into two pieces and each piece should be put in their own...

bug
help wanted
serde