Yacine Petitprez

Results 32 comments of Yacine Petitprez

Hello, I was planning to work precisely on this feature for a project of mine. Very happy that someone already started it

The problem is definitely not about memory, the problem take place in the equals `==` operator of `OOXmlObject`, cf my profiling: ``` 11.40 340.639 41.469 0.032 299.137 47407460 *RubyXL::OOXMLObjectInstanceMethods#== 11.24...

Yes, I'll provide a test case, but for me it's called from: ``` "rubyXL/cell.rb:37:in `validate_worksheet'"=>3490, "rubyXL/convenience_methods.rb:129:in `block in register_new_fill'"=>452, "rubyXL/convenience_methods.rb:145:in `block in register_new_xf'"=>51557, "rubyXL/convenience_methods.rb:137:in `block in register_new_font'"=>4330, "rubyXL/convenience_methods.rb:173:in `block in...

I can't send you the file as it's quite confidential / production data, but here is how to rebuild a simili-case: ``` ruby require 'rubyXL' workbook = RubyXL::Workbook.new worksheet =...

# Update I've fixed the code, I wasn't able to make hash update propagation to parent works properly, but not so much time to give on this project so I...

Well thank for your message, but I'm a bit confused now. > Right now your question is like "I'm trying to dig a Panama Channel with spoons, and it's way...

For information in case someone get the same error, I was able to fix it temporarly by monkeypatching like this: ```ruby # fix issue with consumer config. class NATS::JetStream::API::ConsumerConfig #...

See #7. You can use my branch if needed.

Hello, I never experienced that, But I know someone forked my project to remove the dependencies to rake-hooks (and compatibility for rails 2), you should look to the forks. Once...

Currently I've no idea of how to do it. If you have any documentation, I would look forward to it. However, doesn't it cause problem in case of generation from...