Dennis-Florian Herr

Results 42 comments of Dennis-Florian Herr

i can confirm this error when generating a xlsx file with axlsx and then parsing it with rubyXL. ``` *** WARNING: storage class not found for docProps/core.xml (http://schemas.openxmlformats.org/officeDocument/2006/relationships/metadata/core-properties) ``` it's...

i'm fine with the way it works like that. I also saw you already track protected and hidden status, i just didn't find a way to retrieve that information :)....

No, not really :) didn't dig deep enough into OOXML and your structure to estimate that. Another question is, which of them are really interesting and which are not? Or...

well thats for you to decide where to draw a line :). I can totally understand if that line is before protection. As far as i see, colors are already...

> I've changed Entry so that it accepts plural form msgstr entries as msgstr_n instance variable and writer methods, but exports these (via to_h) using original msgstr[n] notations. @rod-murphy could...

To add to my previous question. Using this test file: ``` # small test po 1 msgid "" msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" msgid "Test" msgstr "Test" msgid...

@rod-murphy that doesn't really clear up why `msgstr_0` and `msgstr_1` syntax is necessary? What's wrong with `msgstr` as an array and accessing with indicies? It seems to me I'm missing...

From https://github.com/dfherr/ThreatClassic2/issues/7 > It looks like [this line](https://github.com/dfherr/LibThreatClassic2/blob/r5/LibThreatClassic2.lua#L1622) incorrectly evaluates to 0. Then he always uses the highest value for 100%. > > Furthermore, [this](https://github.com/dfherr/LibThreatClassic2/blob/r5/LibThreatClassic2.lua#L1628-L1630) is not working correctly for...

Thanks, that's a good spot! Before releasing this fix I actually plan on reworking this, so the "range situation" will be sent along to other players, so it's also more...

This is somewhat fixed with the new release. However, until I merge https://github.com/dfherr/LibThreatClassic2/pull/13 everyone just uses the 1.1 meele aggro range modifier :)