Christos Dimitroulas
Christos Dimitroulas
Hi both, as a newcomer to Elixir who discovered this library I just wanted to chime in and say that I agree that having some information that the particular error...
@gcanti should we close this if there's no interest in having this in the library?
We're using it at **Headstart AI**! - Company name: Headstart - Company website: https://www.headstart.io/ - Logo: https://www.headstart.io/wp-content/uploads/2019/05/headstart_logo_white-1024x177.png
What about defining it using a brand type? Then it could only be created using the constructors from the `NonEmptySet` module but once you have done that you know that...
>What are the differences in use-cases between > - the js Record > - the fp-ts Record (assuming this exists), > - the js Map, and > - the fp-ts...
I thought I had the same problem on `7.4.0` but after waiting a while it finally started the publishing process
I believe this may be the root cause of some runtime errors I'm seeing in a generated C# client. The error is: ``` System.InvalidOperationException: The type 'Profiles.Api.ValidationProblemDetails' cannot have more...
FYI I was able to get around this by using the `FlattenInheritanceHierarchy` setting ```csharp services.AddOpenApiDocument(settings => { settings.FlattenInheritanceHierarchy = true; // ...rest of the settings }); ```
all for the changes to `hook.results` to always have the data array! It would be great to not have to check that in our hooks :+1:
Is there a workaround for this?