Adrian Ramirez Fornell

Results 18 issues of Adrian Ramirez Fornell

We want to review the codecs in order to find performance improvements related to them

Both modules helios-meta and helios-dsl-meta are so similar so can be joined on a single one

The [AsyncParser](https://github.com/47deg/helios/blob/master/helios-parser/src/main/kotlin/helios/parser/AsyncParser.kt) needs to be updated deleting the try catch and using Arrow `Try`

enhancement

Related to https://github.com/47deg/helios/pull/13 There is a problem lied with the meta compiler. More specifically when generating encoders/decoders for product types that depend on other encoders/decoders such as `List` or `Option<...

We have the generic error message `io.grpc.StatusRuntimeException: INTERNAL` which is being received for connection issues, incompatible request and so on. Would be helpful to have more concrete and detailed errors...

enhancement

I have noticed that the function/method calls don't get any color when I configure it using the `meta.function-call` scope: **Settings.json:** ``` { "scope": "meta.function-call", "settings": { "foreground": "#82AAFF" } }...

semantic-highlighting

We successfully publish releases but there is an error with the snapshot publish process Reference: https://travis-ci.org/47deg/hood/builds/498685366

bug
help wanted

Add a label on readme about the current version on bintray and create a GitHub tag for last release