Hadrian93

Results 9 issues of Hadrian93

Hello i was wondering if you can manage to to deserialize a json that has its `Discriminator` outside the Discriminated object: **The below example works** ```csharp public class Parent{ Child...

feature-request

So i was using this command : `rebar3 release as [Profile] -o OutputFolder` and little did i know that in this format the Profile will get ignored , thus my...

I misproperly configured the `deps` section of `rebar.config` the following way: `{git,"https://www.github.com/sanzor/bankingapp.git",{branch,"master"}}` instead of : `{rebar,{git,"https://www.github.com/sanzor/bankingapp.git",{branch,"master"}}}` ### Current behaviour ### I am getting this error message , and i stood...

I am trying to run the [docker-compose.yml](https://github.com/confluentinc/cp-all-in-one/blob/6.2.0-post/cp-all-in-one/docker-compose.yml) as presented on the official [site](https://docs.confluent.io/platform/current/quickstart/ce-docker-quickstart.html) using the 6.2-post version and i keep getting this error: `ERROR: Get https://registry-1.docker.io/v2/confluentinc/ksqldb-examples/manifests/sha256:9f57cfdcd917df8b34a426bbd59632e0eaa31dd3b6181ab7a74692801296a323: EOF` **Full Log** ```...

I am using `Polly` with `IHttpClientFactory` in a `ASP Net Core` application and i am trying to create a `IAsyncPolicy` object instance for each unique url that my service is...

Could you please add documentation on how to early return from `gen_server` callbacks using `throw` ? I found this to be a neat way when dealing with multiple checks before...

team:PS
enhancement
help wanted

Hello i am using SharpCifs and i am encountering problems when for some reason the writing operation blocks and i wanted to know if there is any way for the...

**Describe the bug** When using the `-` character in the `router` module for a given path i am getting the error : ``` ===> Failed to boot nova for reason...

bug

I am trying to pull the redis repo but i get timeout. I am using Windows Subsystem Linux 2 as OS. Can anyone tell me if there is an issue...