Results 139 comments of Danny Ben Shitrit

> Just some thoughts. Let me know what you think. Sorry, I don't like this at all. This is an over-engineered, tightly coupled (not not only with git, but with...

> I believe cloning a repo sets/resets the LastModifiedTime value of the file on the client. You must have missed my previous comment: https://github.com/retypeapp/retype/issues/383#issuecomment-1669505532 It is easier to add this...

Converting individual markdown files into one cohesive PDF book is not a trivial task. From dev perspective, it involves two tasks: ### Task 1: Concatenating markdowns, which will require: -...

I understand. But Gitbook is a hosted service, retype is a static site generator.

Yes, known issue. This line https://github.com/DannyBen/FlicFlac/blob/c457e0bd96a787aba35653846e1cbad87cdfadb4/FlicFlac.ahk#L347 fails with non English characters. Not sure why yet.

> Is this an error that occurs when the file name is Unicode characters? Yes

This simple reproduction case demonstrates the issue clearly I think: ```ruby require 'redcarpet' markdown = Redcarpet::Markdown.new Redcarpet::Render::HTML text =

Seems like the problem is in the uri-redis gem (also by @delano), which was last updated in 2010, and that there is an open PR that fixes this issue: https://github.com/delano/uri-redis/pull/2

Thanks. For me, just installing the pre version of uri-redis did not fix it. But when running `bundle exec redis-dump` in a folder with the below Gemfile, it works. ```ruby...