Miha Markič
Miha Markič
Created a [PR](https://github.com/tflearn/tflearn/pull/1173)
Can create a PR if this is ok. I can imagine just getting rid of total count or create a settings to choose whether to display it or not. Which...
Added draft pull requests for text and form (besides json), I don't think multipart has deserialization or am I missing something?
Even better, IMO
Deserialization is taken care with [#225](https://github.com/microsoft/kiota-abstractions-dotnet/pull/225)
@baywet Sure, created. Do you need also version bump?
Yeah, for the time being I simply use the same stuff as RPI 2. It works for me though I had to manually build all raspberry nugets I use.
@robfrancis I think so. And instead of using ```csharp OneSignal.Current.StartInit(...).HandleNotificationOpened(Globals.HandleNotificationOpened) ``` I'm using ```csharp OneSignal.Default.NotificationOpened += Globals.HandleNotificationOpened; ```
@Ornias1993 Is there an alternative?
It happened to me in Visual Studio 17.4 just today (not VS Code). In my case closing VS, deleting obj and bin directories and opening VS again, worked.