Mingun

Results 157 issues of Mingun

All names starts with `xml` (case-insensitive) are reserved by the XML standard, and some of them has special meaning. quick-xml could process some of them: - `xml:lang` -- https://www.w3.org/TR/xml11/#sec-lang-tag (meta...

enhancement
help wanted

I develop a KSY for new [Windows event log file format](https://github.com/libyal/libevtx/blob/main/documentation/Windows%20XML%20Event%20Log%20(EVTX).asciidoc#value_types) (*.evtx). The part of that KSY is `utf16_str` type to use in `switch-on` type: ```yaml types: utf16_str: -webide-representation: '{value}'...

I try to analyze what the difference between to structs in the file, which I known, differs only in one field. I export parsed result to JSON, but that field...

I define two KSY files in WebIDE: ```yaml meta: id: int endian: be encoding: ASCII types: int: -webide-representation: "{value:dec}" seq: - id: raw type: str size-eos: true instances: value: value:...

I have the following KEY in my local storage in WebIDE: ```yaml meta: id: int encoding: ASCII types: int: -webide-representation: "{value:dec}" seq: - id: raw type: str size-eos: true instances:...

This is needed for Sonar Qube build wrapper: https://docs.sonarqube.org/latest/analysis/languages/cfamily/ instead of ```sh make VERBOSE=1 ``` it requires, that build will run with ```sh build-wrapper-linux-x86-64 --out-dir build_wrapper_output_directory make VERBOSE=1 ```

For example, in this CSV all numbers displayed as in the last column: ```csv "No","Actual number","JS truncation","Shows as" 1,"210727301071531090","210727301071531100","210727301071531104" 2,"210727301151031138","210727301151031140","210727301151031136" 3,"210825582544337195","210825582544337180","210825582544337184" ``` This seems to the JS number truncation due...

Check of presence of JavaFX is useless because you directly depend on the JavaFX classes. NativeJFileChooser won't be loaded at runtime. Fox example, in Java 14 environment: ``` --- exec-maven-plugin:3.0.0:exec...

I've checked that on Firefox ESR and VSCode: menu windows wasn't be captured if you specify only one window for capturing. If this is feature, can you add a mode...