Petr Pučil

Results 327 comments of Petr Pučil

I did some tests - the color issue only occurs with the https://www.nuget.org/packages/Svg.Custom/0.5.16 NuGet package, which is [used by `Svg.Skia`](https://www.nuget.org/packages/Svg.Skia/0.5.16#dependencies-body-tab). So if you load the following SVG via `SvgDocument` from...

Duplicate of https://github.com/github/gitignore/pull/3552 and https://github.com/github/gitignore/pull/3561 - however, this PR has probably the best justification of all three.

I managed to reproduce the issue. Turns out it wasn't that hard to reproduce and seems to happen almost consistently once you reach some (minimum) number of imports. I used...

@AtomCrafty: > This is hardly a good solution, but it is possible to parse zero terminated utf-16 (and utf-32) strings by abusing the `repeat-until` feature. No, I think this is...

@s00500: > Hooking into this question, I have a larger file I am trying to compile to go, is there any way to have a more specific error on what...

@s00500 The problematic part is here - [`rekordbox_anlz.ksy:424-430`](https://github.com/Deep-Symmetry/crate-digger/blob/145b8b93d2c16743d3ef7e0347e52b62bab83af0/src/main/kaitai/rekordbox_anlz.ksy#L424-L430): ```ksy mask: value: | [ (0xCB+c).as, (0xE1+c).as, (0xEE+c).as, (0xFA+c).as, (0xE5+c).as, (0xEE+c).as, (0xAD+c).as, (0xEE+c).as, (0xE9+c).as, (0xD2+c).as, (0xE9+c).as, (0xEB+c).as, (0xE1+c).as, (0xE9+c).as, (0xF3+c).as, (0xE8+c).as, (0xE9+c).as,...

Related: https://github.com/kaitai-io/kaitai_struct/issues/207

@GreyCat: > * Travis still works (kind of), but effectively we've lost control of it. At least for me, it requires me to sign on some kind of trial plan,...

Ad my previous comment: not sure what happened, but it's at least back as it was. ![image](https://github.com/kaitai-io/kaitai_struct/assets/47499687/918a5d23-a8db-4d9b-a217-8e9cf998975e)

@GreyCat: > * It quickly runs out of minutes, though, and builds gets disabled: https://app.travis-ci.com/github/kaitai-io/ci_targets > > Builds have been temporarily disabled for public repositories due to a negative credit...