Mario Vernari

Results 6 comments of Mario Vernari

@prabhuignoto I'd love to fix them, but I have no practice with linter. By the way, the analisys shows some strange informations to me. For instance, anonymous functions are a...

I can confirm that it's not working. However, the "toJS"-way seems a (temporary) patch.

Please, consider the Linq-way as well: http://blogs.interknowlogy.com/2008/10/10/use-linqs-selectmany-method-to-flatten-collections/

I didn't mean another library, rather the Linq "select-many" approach/syntax to trasverse a tree. Better: to map a dual-level structure.

I have a working solution (although I'm not involved in the spinned-off Didstopia project). I simply surrogated the HashAlgorithm class, because the existent MD5 calculation is not working. Here is...

Well, not enough... https://github.com/empira/PDFsharp/issues/19 For me is working by commenting those lines out: ``` //if (dict.Stream != null) //{ // byte[] bytes = dict.Stream.Value; // if (bytes.Length != 0) //...