Sergei Naumov

Results 11 comments of Sergei Naumov

> What plugin is requiring this? Hm... I do not know. At least ` find . -name Gemfile -exec grep -i 'matrix' {} + ` in plugins/ returns nothing

A full stack trace redmine-1 | LoadError: cannot load such file -- matrix (LoadError) redmine-1 | :38:in `require' redmine-1 | :38:in `require' redmine-1 | /home/redmine/data/tmp/bundle/ruby/3.2.0/gems/zeitwerk-2.6.13/lib/zeitwerk/kernel.rb:34:in `require' redmine-1 | /home/redmine/data/tmp/bundle/ruby/3.2.0/gems/activesupport-6.1.7.6/lib/active_support/dependencies.rb:332:in `block...

These seem to be coming from all the RedmineUP and Redmine-X plugins: ./plugins/redmine_x_lightbox2/init.rb:if Rails.configuration.respond_to?(:autoloader) && Rails.configuration.autoloader == :zeitwerk ./plugins/redmine_resources/init.rb:if Rails.configuration.respond_to?(:autoloader) && Rails.configuration.autoloader == :zeitwerk ./plugins/redmine_agile/init.rb:if Rails.configuration.respond_to?(:autoloader) && Rails.configuration.autoloader == :zeitwerk...

> I would guess that you may need to update those plugins They are of the latest versions that are written to support 5.1.x :-)

I have tested the dev branch, the bug disappeared! This is great. The one thing, however, I probably do not understand. I set the 'drawio' drawing type but changing a...

Yeah... It works... It would be cool by the way to be able to save zoom level that is chosen at zoom control on the toolbar. And finally, export to...

Ok, thanks. I also tried to figure out where it keeps the original diagram to edit when I choose to save an svg or a png. One can choose a...

Those are in place in /usr/lib64/lua/5.3/dbd/ ``` [serge@yarilo 5.3]$ pwd /usr/lib64/lua/5.3 [serge@yarilo 5.3]$ ls dbd/ total 72 24 mysql.so 24 postgresql.so 24 sqlite3.so [serge@yarilo 5.3]$ ``` I can also see...