Benjamin Wuethrich

Results 46 comments of Benjamin Wuethrich

They actually move a *branch* pointer around, which we don't want. Maybe lightweight tags, where the ref points directly to an object ID, no tag object involved?

> I've pinned vimwiki to this commit for the time being: `4d7a4da`. That's what I've done, too. Do you encounter the same issue?

> my guess is that if you delete `.vimwiki_tags` in your wiki directory and then run `:VimwikiRebuildTags`, the issue will be resolved. That totally did it! Thanks a bunch. Happy...

Using `${{ 'true' }}` works. Is that correct behaviour from the parser? How would one force interpretation of `true` as a string generally in YAML, say, 1.2? The behaviour you...

[jekyll-compose](https://github.com/jekyll/jekyll-compose) is pretty close to what you're asking, if I understand correctly.

This would be great to have because Ruby 3.2.0 dropped taint checking, and Liquid 4.0.3 still uses it, resulting in Jekyll failing to build with Ruby 3.2.0.

[Invisible links](https://mermaid.js.org/syntax/flowchart.html#an-invisible-link) (`A ~~~ B`) were added in #4113, ~but they don't seem to be enabled for GitHub yet~ and they're available in GitHub, too: ```mermaid flowchart LR A ~~~...

Looks like it's been added now, [here](https://docs.github.com/en/actions/learn-github-actions/expressions#example)? Could be marked as "completed" instead of "not planned".

I was trying to do the same thing, get the header row to be sticky, and apparently it's now even easier as [`thead` can be stickied](https://css-tricks.com/making-tables-with-sticky-header-and-footers-got-a-bit-easier/) ([CodePen](https://codepen.io/chriscoyier/pen/WNpJewq)). I tried just...

As a reproducer, a page with a simple table with a header row can be used. I tried to just manipulate via Chrome Dev tools by setting `top: 0` and...