Vitaly Potyarkin

Results 67 comments of Vitaly Potyarkin

I like the idea overall but I didn't have the time yet to review the implementation and to think about possible edge cases. Most likely this will get merged eventually...

I'm sorry, life happened and this PR fell off my radar. Why did you add the last commit (43b5acb)? Why is it beneficial for you to duplicate article image manually...

> Do you have an idea how to easily include the article image in the feeds? That would solve the issue of the duplication. I've just looked it up and...

Fluidbox requires some Javascript, and I think we should use none by default. Can this be implemented via recently added `THEME_CSS_OVERRIDES` and `THEME_JS_OVERRIDES` without modifying the base theme?

I like the idea, but unfortunately current implementation is incomplete, e.g. `category.url` appears in `index.html`, `footer.html` and `article.html` but `HIDE_CATEGORIES` affects only `footer.html`

Empty dicts are valid data points in my use case, so throwing an exception on encountering them would be very unfortunate. My process is basically this: 1. Read structured data...

Thank you for your reply. I will wait for the next release and see how it goes. You should probably add that exception you've mentioned or add a note somewhere...

Thank you for devoting so much attention to my issue! Here are the schemas I'm currently using: [one](https://github.com/sio/hods/blob/music-metadata/hods/schemas/metadata-v1.json), [two](https://github.com/sio/hods/blob/music-metadata/hods/schemas/music-album-v1.json), but the idea is to support any JSON schema from any...

While this was a fun exercise in software archaeology, adding support for bash 3.2 turned out quite difficult. I do not have enough time and motivation to work on this...