Zsolt Kozaroczy

Results 27 comments of Zsolt Kozaroczy

Cool. I'm going to implement it soon

There's an interesting PR to Rails, it would remove the neccessity of setting global permitted classes: https://github.com/rails/rails/pull/45660 . Let's see where it goes

Hi. I have some updates: * on the linked Rails PR they stated that they won't backport the new feature we're waiting for, so it will be able to help...

if you check my associated PR, you can see that not just Symbol was missing from the list, I had to add a few other classes as well. let's wait...

We have an already merged but unreleased PR fixing the mime detection for the file command: https://github.com/caxlsx/caxlsx/pull/139 I'm not sure MimeMagic why doesn't recognize the correct mime type. We're supporting...

Hi. I'm not sure what you would like to change, in the [Borders Example](https://github.com/caxlsx/caxlsx/blob/master/examples/borders_example.md) we're using symbols already and not referencing upcased constants. Could you add a code snippet how...

[This PR](https://github.com/caxlsx/caxlsx/pull/120) changed how we handle the to_stream method. I'm going to investigate the issue

hi @vlakre . I ran the [Stream example](https://github.com/caxlsx/caxlsx/blob/v3.2.0/examples/stream_example.md) and wrote the stream to a file successfully using Caxlsx 3.2.0 and Ruby 3.0.2. Could you provide more information or a code...

btw, I had issues running the tests with Rails 5.1 too, but I think it's just a missing config from the test application

I don't see an reason not to do it, the DSL of axlsx_styler looks very decent to me. However, I think we have several details we need to figure out:...