Vladimir Sitnikov

Results 419 issues of Vladimir Sitnikov

The current use in Kotlin DSL is awkward: ```kotlin jenkins.jenkins( closureOf { dsl(files("src/jobs/groovy/job_dsl_generator.groovy")) } ) ```

The library looks nice, and I think of using it for https://github.com/javacc/javacc/issues/140 So far I've copied the sources under `javacc` tree (in my branch). Do you think `kpoet` can be...

It is great that Code Surfer can figure out the proper zoom level so the contents fits to the screen, however it does not work great when CodeSurfer instances are...

So far Code Surfer uses `diff` to add steps that advance steps (e.g. change focus). However, it would be nice to show the highlighted `diff` itself. The workaround seems to...

The following produces columns with different font sizes. It would be nice to be able to use the same font size. So far I add trailing whitespace to make the...

Samples: `1:-1` -- focus from the first to the last line. It would be equivalent to `1:5` in case the code has 5 lines `2:-2` -- focus from the second...

Use case: I want to add a link to a title, however, CodeSurfer 3.1.0 seems to escape HTML automatically :-( Sample: ``` ... ``diff title="See example" `` ```

Use case: there's a code sample that fits on a single screen. Then, there are steps that highlight the relevant lines/columns. Actual behavior: as the lines are highlighted, CodeSurfer scrolls...

Samples: https://youtu.be/SIr7mcnVy98?t=2175 , https://youtu.be/SIr7mcnVy98?t=2195 The idea is that existing letters/words should move, while the new words/letters might have multiple appear animations: a) move from right (the current) b) move from...