vonj

Results 29 comments of vonj

It is in the std /usr/lib location. (Vanilla Ubuntu 13.04 with python dev package.)

> This can happen if lfs_malloc fails, or if the file doesn't exist, all "goto cleanup" clauses before and including the the lfs_malloc will cause this. Can this be triggered...

@iuab92112 if it's maintained or not, it's really new and has never been used for real games, I don't think. But if the code is solid, it doesn't matter if...

I will try this second method out tonight. I got the first way working before you answered, but the table output was not what I expected.

If ran in an Azure pipeline, would it pick up the configuration from the Nuget Authentication task automatically?

So true On February 25, 2014 8:05:31 AM CET, Coenraad Loubser [email protected] wrote: > Sadly, I was at my most productive in this environment. It still had > the most...

This is not suitable if it has to be an embedded file, but for my use-case this worked: PdfStringEncoding unicode = PdfStringEncoding.Unicode; document.CustomValues.Elements["/INVOICEJSON"] = new PdfString(invoice.Json(), unicode);

This would make it harder to port for little benefit IMHO.

This would be really cool and be a new way to create cross platform programs.