Kasimier Buchcik

Results 14 comments of Kasimier Buchcik

Have you set the properties of libwkhtmltox.dll to "Content" and "Copy if newer" / "Copy always" in visual studio? Are you using (lib)wkhtmltox.dll with the correct bitness? Try using (lib)wkhtmltox.dll...

Have you checked the following points https://github.com/rdvojmoc/DinkToPdf/issues/67#issuecomment-461375329 ? Maybe also take a look at the following recipie: https://github.com/rdvojmoc/DinkToPdf/issues/70

In case you folks are looking for a (azure) asp net core DinkToPdf recipe: https://github.com/rdvojmoc/DinkToPdf/issues/70 @ssougnez: maybe there's not much to d, if the relevant wkhtmltopdf API does not change....

I'm trying to use libman since yesterday and I would say that my 16 seconds are also too much for every build at development time. Could a cache be added...

A local cache would really be usefull. I'm mobile on a laptop and I can't build when I'm offline. I'm getting build errors like the following: "The "@types/[email protected]" library could...

Ok, found a way to make JsonConvert do what I need with a custom contract resolver. EDITED: also added conversion of "innerError" to "innererror" and "StackTrace" to "trace". ```c# public...

Please also note that the spec wants the ODataError property "InnerError" to be serialized as "innererror" (not "innerError") and the property "StackTrace" should be "trace". Non-breaking workaround: please consider adding...

Any news on this matter? "In Angular 17, signals were released as stable (except for the effect() function)". Can we at least expect material to move forward in the foreseeable...

The lack of transparency about whether Material will go Signals in the foreseeable future makes me believe that we get stuck with it as it is and zone.js will still...

@xuzhg: Thanks for pointing out a workaround. My current workaround is to put everything into the open type dynamic properties container (`IDictionary`) and wait until the generic dictionary is supported,...