Sascha Skulima

Results 14 comments of Sascha Skulima

see #786 and #257 thanks for the fix

Having the same problem on several queries where the attributes are getting mixed.

@farrspace thanks for the fix, thats working for me :+1:

For me it would be enough to be able to fetch all pages with their content. I would like to create a blog page. This pages lists all pages of...

Thanks for your work. Could you describe how to use it? For example get the attachments of a given request? In https://github.com/savonrb/savon-multipart/blob/master/spec/savon/soap/response_spec.rb you can access attachments via `response.attachments`.

We have an rails 4.2 app with sprockets 3.7.2 and facing the same problems. Our main file does not have the above statements. It just includes several import-statements like @import...

It does work though, when the file is _empty_. Just the class definition is required.

Hey, i will ask around, since i dont have any office installed (only using LibreOffice).

Excel 2010 on windows is without errors ;) We can reproduce the error with Excel 16.41 on MacOS, i will check for a confirmation on the latest Windows version.

I am having a similar problem, my code looks like that File.open(file_path, "w") do |file| Zip::OutputStream.open(file) do |zos| # bookings zos.put_next_entry(csv_filename) zos.print to_csv # debitors zos.put_next_entry(debitor_export.export_filename) zos.print debitor_export.to_csv end end...