Alessandro Francesconi

Results 52 comments of Alessandro Francesconi

I personally think that such feature is a bit "out of scope". Alertify should be intended as a tool to show _alerts_ and, by definition, they should call the user's...

I see that after 3 seconds this line appears: `06-09 21:55:02.130 D/BluetoothGatt(19579): cancelOpen() - device: 00:13:AA:00:7F:91` But nothing else and the code keeps stuck at ConnectToDevice()

Is there any plan, or workaround, to implement this in 2021?

Thanks. Here is my use case: I have a plot with many data on X axis, so pan is needed to move back/forth. Panning with mouse is ok for small...

Got it! I managed to do it taking your example as a reference. Many thanks

I'm experiencing this bug in [Oxyplot.Avalonia](https://github.com/oxyplot/oxyplot-avalonia). Is there a solution?

I had the same problem and I've solved by calling setClock(8 * 100000) before begin(). I believe SPIMemory devs should add a` #if defined(ARDUINO_SAMD_ZERO)` before begin, then set the clock...

That's a good news! Keep us updated, thanks

Just tried using 2.3.0-preview ([this](https://www.nuget.org/packages/Microsoft.AppCenter.Analytics/2.3.0-preview)) but I still see `[AppCenter] ASSERT: Cannot use App Center on this target.` The TargetFrameworks for my app is `netcoreapp2.2`. Is it supported?

Generally speaking, what is strange to me is that the AppCenter SDK needs components like `System.Windows.Forms` to work (as reported by @ShadowDancer ). I assumed AppCenter to be agnostic to...