Lars Werner

Results 37 comments of Lars Werner

I haven't figured out where the bug are, but I got feedback from some users on it... Good test to try to pin point where, my flutter skills aren't there...

I tried todo something similar, by using the direction: TooltipDirection.top/bottom parameter ``` //Variable to change TooltipDirection tooltipPlacement = TooltipDirection.top; ////Inside your fl_chart //// touchTooltipData: BarTouchTooltipData( tooltipBgColor: currentTheme.horizontalSideTitle, tooltipMargin: 1, maxContentWidth:...

(I opened the issue again if you wanted to add any comments on this 👍 )

I really just want a silent disconnect of ips in the list, so your suggestion here is best 👍 Already using your custom endpointlistener so it was simple to implemented,...

Hi @cosullivan , I have checked and you are quite right 👍 I used the logger internally for debug reasons and it was never given any data from SmtpServer only...

I played with your example to get the full communication between server -> client. Here is my suggestion to achieve that: ```csharp public sealed class CustomSecurableDuplexPipe : ISecurableDuplexPipe { readonly...

I hope this nice widget is not abandon @pedromorgan Any updates from any contributors? @iamvivekkaushik, @bradintheusa , @3ace , @rogermedeirosdasilva , @psygo , @juampiq6

@iamvivekkaushik great! Thank you for the update!

@dmiu yes it is share between server and client. But I thinks the serialize process fails because the server is .net 472 and client is .core 3.1. Seems like .net...

@mheskol I did not have any success on this, so I created my own IPC to handle it. Maybe this can be implemented into this? https://github.com/large/SimpleCrossFrameworkIPC