Jose A. Corbacho
Jose A. Corbacho
## Description As described in this PR #276 , the library is not exposing the dependencies the client should use forcing the users to add them on their apps. ##...
## What? What would you like to refactor? ## Why? What's your justification for a refactor? These take a lot of time... why can't this be specified into a single...
## Feature Description Now that coroutines have been added to the project, it would be good to offer an API based on them. [ ] Replace RxJava and callbacks with...
## What? Error management in Syft is all done by exceptions. Though this is a quick solution it is becoming an antipattern. See here https://phauer.com/2019/sealed-classes-exceptions-kotlin/ ## Why? Exceptions break the...
## What? Syft models have a strong dependency on Proto (Protobuffer) data types. ## Why? - Decoupling allow the internal data types in the library and those that map to...
With JS and JVM generated code already in their own folder, it would be convenient to have Python in a directory too.