Vladimir Sitnikov

Results 969 comments of Vladimir Sitnikov

For those who struggle with CRLF / LF processing, you might want to use my build of BFG: https://github.com/vlsi/bfg-repo-cleaner/releases/tag/v1.14.0-vlsi I have implemented CRLF / LF normalization which works for me...

@ymartin59 , I guess it is an interesting idea, however, there might be an existing `.gitattributes` files in the repository, so there's a question of how the file should be...

>The reason is likely that generics don't end up in the bytecode;  That is not quite true. The generic signature is present in the bytecode, and it is even accessible...

Why do you need asm-relocated? Can you add dependency here? PS. I use https://github.com/vlsi/vlsi-release-plugins/tree/master/plugins/stage-vote-release-plugin for publishing to Central (e.g. https://github.com/autostyle/autostyle/blob/1da64afa4fe82544e134748d7cd3fc67a34d2306/build.gradle.kts#L27-L45 )

I just watched Code Hike demo, and it is amazing! By the way, Code Surfer is the best tool for code-heavy presentations for me even though I present once or...

One of the questions here is how to make code surfer aware which "words" should go where. For instance, it might be complicated in case the line is moved and...

Great. I was not sure if I should continue creating those :) So far I'm able to pass through with workarounds, so there's no rush in fixing c-s.

As an alternative, it might be useful to decouple highlighting from the "focused lines". That is by default CodeSurfer might focus on the highlighted lines, however, a user might specify...

PS I have no idea why `react-docs` fails to build: ``` $ yarn build yarn run v1.12.3 $ docz build { parser: "babylon" } is deprecated; we now treat it...

website failure seems to be the same as https://github.com/jxnblk/mdx-deck/issues/284 (gatsby still depends on mdx v1 which does not play well with mdx-deck 2)