Gian Marco Gherardi

Results 8 issues of Gian Marco Gherardi

Hi, I use the extension from MS Edge and it works well, but my company now prohibit excension from Chrome Store and only allow extensions from the [Microsoft Store](https://microsoftedge.microsoft.com/addons/) so...

Let's say i want to separate data access logic from UI, and to enforce it i will create `MyApp.UI` and `MyApp.Data` namespaces with the following rules: ```xml ``` What I...

enhancement

Hi, for collecting IotEdge logs I've developed a similar project: https://hub.docker.com/r/gimmi/gelf2azure https://github.com/gimmi/gelf2azure The main advantage of that approach is that it has ZERO write on device disk, and this can...

Hello I am having hard time make the plugin work on the latest versione of Fluentd (docker container). Is the plugin know to be working with this version of fluentd?

Hi, the following screenshot should be self explanatory ![image](https://user-images.githubusercontent.com/6589/40718666-2ab47d62-6411-11e8-920f-c0f06c6f03cb.png)

The screenshot should be esplicative: ![image](https://user-images.githubusercontent.com/6589/40782035-5798ae98-64de-11e8-8f38-4361c11ebd8a.png)

Hi, given the following dto ``` public class Dto { public Guid Id { get; set; } public string Name { get; set; } } ``` this code work as...

This works as expected: ```sh docker run -it --rm \ -p 5000:5000 \ -e REGISTRY_PROXY_REMOTEURL=https://my.hub.io \ -e REGISTRY_PROXY_USERNAME=me \ -e REGISTRY_PROXY_PASSWORD=secret \ registry:2 ``` this instead fail: ```sh docker run...