Danny Ben Shitrit
Danny Ben Shitrit
Two suggestions: With regular code fence blocks, we can nicely highlight a line: ````markdown ```ruby #3 # ... ``` ```` but when adding this, the code block is automatically also...
A minor Housekeeping PR, including these changes: 1. Add `Gemfile`, gitignore `Gemfile.lock` and remove `.gems` - according to modern common practices for gem development. 2. Remove development requirement from gemspec,...
Like: ``` accepted null cookiesAccepted done ``` when capturing https://www.uown.co/
I noticed the app wants full permissions to the drive. I saw that some other apps ask for a lower grade permission, something like "Have access to files viewed or...
``` $ gem install ferret Building native extensions. This could take a while... ERROR: Error installing ferret: ERROR: Failed to build gem native extension. ``` followed by many errors related...
Hi - is this still under active maintenance? Accepting pull requests?
Seems like issues are open for several years, and it fails to install. if it is abandoned, perhaps mention it somewhere in the README and archive it? it is still...
Ruby 3.3 started issuing warnings about using `base64` and `bigdecimal` without having them in the bundle of the gems. ### Reproduction ```ruby # test.rb require 'bundler/inline' gemfile do source "https://rubygems.org"...
*Originally posted on https://github.com/DannyBen/madness/issues/158* ## Reproduction Code ```ruby require 'redcarpet' text = '## 2.4. Úprava plastové krabičky pro elektroniku' renderer = Redcarpet::Render::HTML.new with_toc_data: true html = Redcarpet::Markdown.new(renderer).render text puts html...
I believe Ruby 3.2 should also be added, but not sure if RVM has it yet. Also, perhaps consider merging any of the PRs that switch from Travis to GitHub...