You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! My company is upgrading to Ruby 3 from version 2.7.
In 2.7 open checks whether there is a path or url and accommodates based on that check. Ruby 3 has removed that functionality so now it is necessary to do a manual check to prevent breakage. We have some code breaking in our application because of the lost functionality.
Here is where the issue appears in kramdown-converter-pdf. We believe we can fix the issue. We know the repo is unmaintained, but would you accept a patch to fix the problem? Alternatively powerhome could take ownership of the repo and then we could update it ourselves.
The text was updated successfully, but these errors were encountered:
I've tested this code within our application (I monkey patched it in and ran it locally) and it fixes the error we were getting. Is there anything else you'd like me to do to test?
Hi! My company is upgrading to Ruby 3 from version 2.7.
In 2.7
open
checks whether there is a path or url and accommodates based on that check. Ruby 3 has removed that functionality so now it is necessary to do a manual check to prevent breakage. We have some code breaking in our application because of the lost functionality.Here is where the issue appears in kramdown-converter-pdf. We believe we can fix the issue. We know the repo is unmaintained, but would you accept a patch to fix the problem? Alternatively
powerhome
could take ownership of the repo and then we could update it ourselves.The text was updated successfully, but these errors were encountered: