Eimantas

Results 9 issues of Eimantas

It'd be great to have this framework support [Carthage](https://github.com/Carthage/Carthage).

Hi! Are there plans to readd the hooks for non-equatable values returned from state requests? In 1.X it was possible to pass own `==` function that would always return `false`...

Bitrise CLI can be installed through direct download link, however any commands in `bitrise` require homebrew. It'd be nice to not have that dependency.

enhancement
feature-request

It's very easy in Argo to decode related objects if they are children. I have a situation where I want to link to the parent objects going up the chain....

question

Is there a way to make cardIO.a static lib thinner? I compiled a sample app and it weighs 130MB's. I don't think that it's worth the ability to scan a...

question

Use separate OneOfN module.

- remove `Startup.cs` - use file scoped namespaces - remove unused imports - `using` statements converted to declarations - rename fields to C# convention I went bananas on JetBrains Rider's...

- use file-scoped namespace declarations; - use primary constructors in tags; - convert `using` statements to declarations; - remove `Newtonsoft.Json` dependency in favor of `System.Text.Json`; - add `` to tests...