salman
salman
I suggest a solution in https://github.com/jgraichen/redmine_dashboard/pull/155
I have same issue, using docker image and nothing is customized. **Server Setup Information:** -Version of Rocket.Chat Server: 6.4.8 -Operating System: Debian 12 -Deployment Method: docker -MongoDB Version: 6 /...
How can I do that? @Niremizov
> It's not invalid src attribute the problem but the width of the image who need new linebreak to format the document. Probabely both of them. I tested that situation....
Is it going to update gem on rubygems.org?
I tested with an invalid src attribute and unfortunately infinite loop was occurred! something like ``
I tested again and could not reproduce that bug. Thank you.
Hi again I found the scenario that makes an infinit loop! ```Ruby #irb html = '' r = RBPDF.new r.add_page r.set_rtl(true) r.writeHTMLCell(0, 0, "", "", html) ``` If you decerase...
There is two way to patch a class existing function. Using alias_method and prepend module. If you do patch on same function in both ways, you will fall in loop...
> @salmanmp ok then how i can fix it As I mentioned, you must make all of pathces on one function, the same way.