Maxime GUITTET

Results 31 comments of Maxime GUITTET

I have a similar issue: ``` @observable public Categories: Map; ``` which is a becomes a and don't have the value after hydrating..

Still having the issue :/ github.com/elastic/go-elasticsearch/v8 v8.0.0-20200508105138-fc4f6f3c7fc3

Sorry I missed your message, well I don't get it anymore, i finally could update today and don't get any issue :) >...../vendor/github.com/elastic/go-elasticsearch/v8/estransport/estransport.go:121:32: httpTransport.Clone undefined (type *http.Transport has no field...

Hi, So I have a question, how can you change the .NET Standard Platform from 1.5 to 1.6 since it's not in the list? Is it because I'm generating the...

I cannot change the target as the others explained, I can only chose the framework 1.5, I don't have the the 1.6 as target Framework

Yes sorry ! I'm on MacBook Pro OS X (Sierra). I'm using Visual Studio (7.1.3). My project has the following `project.json` file: { "dependencies": { "Xamarin.Forms": "2.3.4.270" }, "frameworks": {...

Well, I can't add it... Over the PCL part, it throws : *Running non-parallel restore. Reading project file /Users/emixam23/Workspace/dev/PROJECT/PROJECT/PROJECT.csproj. Restoring packages for /Users/emixam23/Workspace/dev/PROJECT/PROJECT/project.json... Restoring packages for .NETPortable,Version=v4.5,Profile=Profile111... Resolving conflicts for...

Thanks to @jamesmontemagno for his video for sharing a .NET Core 2.0 project instead of a PCL. However, even if I can add the CloudinaryDotNet into both .NET Core 2.0...

Hi, I am sorry but it was a mistake from my side. I tried with the bad package I guess. `Cloudinary.Core` works fine :) Thanks

It works with Xamarin :) I have a Xamarin solution (.NET Core 1.6, Android 7.1, iOS, UWP Build 16299) - First, take a look at this video -> https://channel9.msdn.com/Shows/XamarinShow/Snack-Pack-15-Upgrading-to-XamarinForms-to-NET-Standard -...