Tomáš Hübelbauer

Results 122 comments of Tomáš Hübelbauer

I'm specifically missing the `push` filter to add an element to an array. Liquid's `append` seems to be adding a string to my array character-wise. @harttle such new filter would...

Ideas for how to support the other filters. I used a full checkbox where I found the filter already in the codebase but did not check too deeply if it...

According to this link it is one of the built-in Jekyll filters: https://jekyllrb.com/docs/liquid/filters. I took this issue to mean there is interest in adding Jekyll-specific filters on top of the...

@harttle I don't see a CI build here: https://github.com/harttle/liquidjs/actions Did you mean the GitHub Pages deployment step? Or the Check workflow?

Then I regret to inform you that I think #611 might not be working. :( I am trying the snippet in the comments there in the Playground to no avail…

@harttle I added tests for `push` in #614 and turns out that implementation is fine, the reason it doesn't work on the Playground must be something else. Locally I had...

In my case the problem was caused not by `data` but by `columns`. The `DataTable` had `input`s in its cells which had a draft state that I was tracking at...

FYI with a setup like this: ``` mkdir demo1 dotnet new console cd .. mkdir demo2 dotnet new console ``` When using OmniSharp through VS Code, it will not find...

@dfahlander related to this suggestion you made above: > If you build up a compound index, you may combine the two by having the second part representing the orderBy while...

Sure, here it is: https://user-images.githubusercontent.com/6831144/210798569-8f011919-d642-42a6-a6c0-c58e3c59e930.mov As you can see, typing in `db reset` and following the result, the browser address bar flashes the "right" URL (the one you'd think it'd...