Gian Marco Gherardi

Results 14 comments of Gian Marco Gherardi

+1 for this. As a newcomer i'm giving up with AndEngine

Hello, any update on that issue? In my company, the extension has been blocked because it lacks privacy policy statement. ![MicrosoftTeams-image](https://user-images.githubusercontent.com/6589/133030025-b207a3e8-bb45-4592-ba0e-3d8f6f6aee45.png)

Hi @realvizu yes, in the example I did some namespace wrong. I' ve edited and fixed it and what I meant is exactly your guess. What I'm trying to do...

I wouldn't call this kind of dependency a transitive dependency. I mean, if I have a class `Class1` that uses `Class2` that in turn uses `Class3`, then `Class1` has a...

Hi @realvizu > And to compile it I did not have to reference Class3's assembly from Class1's assembly Maybe you just created the class, and not invoked any of the...

Same issue on Windows 10, Sublime Text 4 and the latest version of Package Control (manually downloaded from site, after ST factory reset). I am using it behind corporate proxy.

Seems that there is a problem with "wininet" having to download big JSON file (currently 3.76 MB) behind my corporate proxy. The following is a workaround that works for me:...

I had the same problem with NetCore 3.1 This was not working: ``` dotnet publish .\src\MyProj\MyProj.csproj ` --configuration Release ` --runtime win-x64 ` --self-contained true ``` Fixed by removing `--self-contained...