Piotr Murach

Results 145 comments of Piotr Murach
trafficstars

@Geekfish I can confirm all the warnings for `list/multi_list` are gone. The `yard` tool gives few warnings for the `README.md`. It seems that it struggles to parse text immediately followed...

Thanks for using the library! The simple answer is no, at the moment the gem does not provide conditional requests. This is a feature that I would like to add,...

@lolmaus Thanks for spending time looking into this. The conditional requests as you rightly pointed out need to work hand in hand with response caching. Currently the gem does not...

@jimjh quite slow to be frank, it would be awesome if you have time to help me out and do some prototyping. I find it much easier to discuss actual...

@jimjh This is really good! I like the way we can have external dependency that allows for easy store configuration. I think the ActiveSupport::Cache is good but not good enough....

Hi @beydogan, Could you please provide whole exception trace? The obvious question is why the response encoding is different from the character set contained by the markdown? Without spending time...

How about before you `Base64.decode64` check what is the `res.content.encoding` to make sure it's valid utf-8 and encode the string in utf-8 if not?

Hi Doug, Thanks for letting me know about the changes. I'm super busy with my own work and my time on open source projects is limited. Maintaining this library in...

💯 agree, `teleteype` needs to only add what's needed. There is a short and long term plan for handling this. The short term plan is to inject tty dependencies as...

Appreciate the support of this feature but I may struggle to find time to add this atm. Suggestions for implementation or PRs would speed up the process.