Ivan Uhalin

Results 13 comments of Ivan Uhalin

Hi, I have added implementation of anchor links in this [pr](https://github.com/umputun/remark42/pull/1255). This solved the first point, but not the second.

> @vanyauhalin thank you for the PR! What's the reason for swapping the anchor module with your own implementation? Is it just a copy of the plugin? Then what's the...

> I see few problems. New code doesn't have test but plugin does. The plugin is being supported and new code have to be supported internally. It basically doesn't add...

> Oh, could you also please add the screenshot before and after the change? I'm sorry, I should have done this in the first place. See how it was [before](https://youtu.be/TiXv_YoqcvA)...

> @vanyauhalin @akellbl4, what is missing before that change could be adopted? Tests for my solution. Early I asked if it makes sense to write tests for to refuse an...

@amk221, a lot of time has passed, but: ```settings.json "workbench.colorCustomizations": { "terminal.ansiBlack": "#181a1f", "terminal.ansiBlue": "#61afef", "terminal.ansiBrightBlack": "#5c6370", "terminal.ansiBrightBlue": "#61afef", "terminal.ansiBrightCyan": "#56b6c2", "terminal.ansiBrightGreen": "#98c379", "terminal.ansiBrightMagenta": "#c678dd", "terminal.ansiBrightRed": "#e06c75", "terminal.ansiBrightWhite": "#ffffff", "terminal.ansiBrightYellow":...

Keep watching. 👀

The same problem when migrating to [v0.8.0](https://github.com/vanyauhalin/lefthook-command-0.8.0).

At first, I thought that maybe this is the fnm changing `$PATH` and because of it `node` command are not found, but no. I'm attaching a little more detailed command...

> **Note** > This comment is another note in the margins. I was working on implementing the restore endpoint for the example in Java with Spring and everything was going...