Tamás Koczka

Results 95 comments of Tamás Koczka

I created a simplified test case (originally the code was a part of a complex, currently non-public web application): ``` BADBADBADBADBADBADBADBADBAD ``` The problem happens when you move the mouse...

I don't know any other site with same problem. I copied the example from the demo page of DockSpawn: http://www.dockspawn.com/demos/ide/dock_spawn_demo_ide.html But then I will remove the position:fixed from my code,...

The bug for the second pull request happened most frequently on StackOverflow where a code snippet was in an overflowed box. It is a more radical change and I don't...

Should we unify this issue with other substream related issue, eg. the PNG one (data of multiple IDAT entries should be concatenated before zlib decompression). I presume it would be...

Before we implementing anything concrete I'd like to see how the suggested solution solves the issues mentioned above (Microsoft CFB, FAT filesystem, PNG, registry file?, TCP?, Ogg, referenced issue). Finding...

I would not omit parentheses as they can make the generated code more understandable when the author uses them to separate logically different parts.

They could be - `(1 + 2) + 3` ```scala BinOp( Paren( BinOp( IntNum(1), Add, IntNum(2) ) ), Add, IntNum(3) ) ``` - `1 + 2 + 3` ```scala BinOp(...

Yes, but we can interpret parentheses in ksy expressions as "force parenthesis here" operators. I cannot think of any case where these "forced" parentheses would change the meaning of the...

> block chomping controls If this is about string parsing then the formats repo currently use the `|-` operator. I don't know if it's a mistake or a required feature....

> @kaitai-io/developers everyone's ok with that or anyone sees any blockers/downsides? It's okay on my part as I am pretty inactive nowadays. I assume it has some cons mentioned for...