Mingun

Results 157 issues of Mingun

I'm working on and PR for fixing https://github.com/serde-rs/serde/issues/2105 and the related stuff and making compiletests for them. For the piece ```rust #[derive(Serialize)] #[serde(tag = "type")] enum Serializable { /// Error...

Fixes the test: ``` [info] - lua:[0 + 1, 5].as *** FAILED *** [info] scala.NotImplementedError: an implementation is missing [info] at scala.Predef$.$qmark$qmark$qmark(Predef.scala:344) [info] at io.kaitai.struct.translators.BaseTranslator.doByteArrayNonLiteral(BaseTranslator.scala:179) [info] at io.kaitai.struct.translators.BaseTranslator.doByteArrayNonLiteral(BaseTranslator.scala:28) [info] at...

Currently Python (and Construct) KST test `tests\formats\expr_bytes_non_literal.ksy` ```yaml meta: id: expr_bytes_non_literal seq: - id: one type: u1 - id: two type: u1 instances: calc_bytes: value: '[one, two].as' ``` failed with...

Fixes https://github.com/kaitai-io/kaitai_struct/issues/961 I have not decided yet, how to test that, so draft for now

In `SharedPointers` mode compiler is never generate the correct code and in many cases just throw `MatchError` due to missing arms in switches. It was not even possible to ran...

When you try to login to xrdp session, you keyboard layout depends on current selected layout in host system (Windows 10 in my case). For example, if I click **Connect**...

I have a KSY that needs to decode some field from HEX before parsing it, something like this: ```yaml seq: - id: hex_encoded_field process: hex terminator: 0x1C # FS ```...

У нас в компании есть наша собственная диагностическая утилита, которая выгружает с базы клиента ASH в составе нашей диагностической информации. Хотелось бы возможность анализировать ее с помощью вашей утилиты, но...

feature
severity-medium

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

It seems that this is currently not possible. That would be useful for debugging things like that: https://github.com/rust-lang/cargo/issues/11765

enhancement