Ashwin Maroli

Results 72 issues of Ashwin Maroli

GitHub status already reports a list of conflicts in a PR and disables `merge` as a consequence. It'd be better if JekyllBot could piggyback on that status and automatically add...

Technically, if an object is not `nil`, it is either a Boolean `false` or a *truthy*. I'm making *an assumption* here that `false` can be ignored because this check is...

## Summary When `github-pages` is listed under the `group :jekyll_plugins` in the Gemfile, then **on regeneration**, a site has *its **`assets/css/style.css`*** overridden by one bundled with one of the themes...

- This is a 🔦 documentation change. ## Summary Currently we render the table for permalinks placeholder at https://jekyllrb.com/docs/permalinks/#placeholders by entirely using HTML only. Instead simplify its maintenance by using...

pending-resolution
documentation

- This is a 🔦 documentation change. ## Context Resolves #9037 /cc @mslinn

- This is a 🙋 feature or enhancement. - I've added tests. ## Summary Adding a new class to allow shipping experimental features that are disabled out-of-the-box. Such features are...

## Summary This is a proof-of-concept. ## Context https://github.com/jekyll/jekyll/pull/9030#issuecomment-1100579730: > @parkr what if we monkey-patch Liquid to restore Liquid v4 behavior and remove the patch in Jekyll 5...

- This is an 🙋 enhancement. - I've added tests. - The test suite passes locally. ## Summary Currently, data files are read and loaded directly as Ruby primitives. This...

enhancement

- This is a 🙋 feature or enhancement. ## Summary Allows running `jekyll console` / `jekyll c` to start an `irb` session preloaded with a site instance that can be...

feature

- This is a 🙋 feature or enhancement. - I've added tests. ## Problem Converters do not run on layouts and includes. Therefore, if a user wishes to insert a...