Vasyl Khrystyuk

Results 21 issues of Vasyl Khrystyuk

There are inner methods for processing hashes: `isMap` - detect is Map (hash) and `asMap` - convert to Map. The `Inspectable` marker interface was added for allowing introspect POJO like...

In fact its just synonym for implemented `with`, but there are more cases to test(collections for example): test/integration/tags/include_tag_test.rb Here's include tag syntax for liquid: `Syntax = /(#{QuotedFragment}+)(\s+(?:with|for)\s+(#{QuotedFragment}+))?/o`

See https://jekyllrb.com/docs/includes/#passing-parameter-variables-to-includes

When using google drive workspace in chrome 91, the files are not synced. In the console the errors are: ``` Indicate whether to send a cookie in a cross-site request...

HandlebarsViewResolver has two caches: 1) `private TemplateCache templateCache;` in HandlebarsViewResolver directly 2) `private final Map viewAccessCache` in its parent AbstractCachingViewResolver Having this property: ```yaml handlebars: cache: true ``` cause the...

Hello! I found this project useful, but the documentation eventually contains Korean language not many people know. It would be nice to have that in English(or Russian). https://github.com/naver/spring-jdbc-plus/wiki/User-Guide

help wanted

As in usage place we might have no context information about the parent, and relative path not enough.