Petr Pučil
Petr Pučil
> The question what is expected results for `-10...10 / 3` and `-10...10 / -3`? Sometimes I can't decode what you mean by your sentences - is that _your_ question?...
I'm not sure adding Rust and C runtimes is the right thing to do, because it's kind of false advertising - it leads people to believe that Rust and C...
Turns out `-webide-representation` currently supports only user type arrays, not primitive type arrays. This works: ```ksy seq: - id: foo type: arr types: arr: -webide-representation: '{items}' seq: - id: items...
> Happy to have the issue closed if appropriate. Let's keep this issue open as a reminder that the problem exists.
> Fireware 12.5.4 Sysa-dl for OS updates from the Web UI > example fw https://cdn.watchguard.com/SoftwareCenter/Files/XTM/12_5_4/firebox_M440_12_5_4.zip @ret5et Seeing `M440.sysa-dl` in the ZIP archive you linked makes me wonder - is `.sysa-dl`...
@ret5et Please set your Git identity properly - currently your name is "null" and your e-mail is "null". These guides in GitHub Docs can help you with it: - [Setting...
@ret5et: > is this necessary? Yes, it is necessary. > I mean don't want provide my email. Please check out the link [Setting your commit email address in Git](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address#setting-your-commit-email-address-in-git) I...
@ret5et: > done. Your username is still "null": https://github.com/kaitai-io/kaitai_struct_formats/commit/bb01123484c1869f04d1a8594c508f468322bd2c.patch ``` From: null Date: Sat, 18 Mar 2023 11:36:28 +0300 Subject: [PATCH] cleanup: lines ``` - [Setting your username in Git](https://docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git)
@tchebb: > Can it be merged? Yes, thanks for the reminder! And sorry for the delay.
@ian-abbott: > It wanted me to rename it to both `num_transition_times` and `num_transition_types`. I worked around it by using `num_transitions + 0`. There is no point in suppressing these harmless...