Athitya Kumar

Results 83 comments of Athitya Kumar

Reference: https://help.medium.com/hc/en-us/articles/214991667-Read-time A simple way to calculate would be: ```ruby require 'yaml' READING_SPEED = 265 # Same as Medium article = YAML.load(File.read("auto/data/posts/#{post_name}.yml")) words_count = article["html_content"].count(" ") x_minutes = words_count/READING_SPEED +...

Dear past self, What did you have in mind when opening this issue about "better pagination"? 🤔 Regards, Current self

Phew. I finally found this out - I probably meant that the reader should be able to change how many results that want to see per page (like data tables...

Next in line: "Greek Myth naming references around us"

README currently points to the blog post [Hello World](https://athityakumar.github.io/blog/posts/Hello_World/), but it'd be better to have screenshots and documentations of the website on the README.

Make use of [this](https://github.com/athityakumar/auto-sitemap/blob/master/sitemap.rb)

@skodamarthi - That works for me, but I'd still like @hipstersmoothie to give his 2 cents as the maintainer of auto, as well as tag this issue with Hacktoberfest so...

My current setup is Mac OS & zsh shell - any idea how I can add custom completion of hosts for xxh locally?

Also, can you guide me on how I can contribute this auto-completion as something that works out-of-the-box automatically upon installing xxh?

@johnpapa - Is there a way we can specify a default peacock colour on the settings.json file so that each new window of VSCode comes up with the default colour?