RHaughton
RHaughton
Could you help me get Livecharts2 into QuestPDF with vector image. All I can do is print it as an image and the quality looks bad. Live charts 2 Chart:...
Thanks for your respoonse. I will take a look to livecharts Generally speaking, how can I find all Skia based charting libraries for C#?
I'm trying to find a good charting library to render as an image for questPDF (using the canvas object). I was thinking of synfusion but I'm afraid it doesn't work...
Thanks for your help. I solved the issue using the image.UseOriginalImage() method even If I'm sure this is not optimal in terms of pdf size. Anyway I wasn't happy using...
Waow! Thank you very much. This is great, elegant and works perfectly. Thank you very much for your hard work and time.
This is what I Find when debugging on my local computer  this is in production  It's like SignalR is not working on my linux server. I have no...
Hi @nbiada, Thanks for your answer. I already have a successful kestrel server working.  I can access it with http://192.168.1.102 over the network and everything is working except for...
Hello, Thanks for your answer and sorry for the late response, I didn't had access to my server during the weekend. Here is my nginx.conf file. ``` user www-data; worker_processes...
I tried following the guides on your links but with no success. I'm not sure if I have to add a second server with location /signalRHub. I tried everything with...