Roman Fürst

Results 7 issues of Roman Fürst

I've been playing around with slickless for the past few days. I'm particularly interested in getting extensible records to work with slick. A "record projection" would be a nice feature...

Apparently some characters are replaced with unicode in `.aurora` files which causes the container to fail. For example I tried to pass additional parameters to docker like so: ``` ......

I'm stuck trying to validate the following case class: ``` final case class Post( tags: Seq[String] ) ``` For instance I must ensure no element in `tags` contains an empty...

enhancement

Fixes #649 and probably also #653.

#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...

Issue: Bug

The current design of RollbarFlutter makes it impossible to integrate it with custom error handlers. Especially `FlutterRollbar.run` is very limiting. IMHO it has several issues: 1. `RollbarFlutter` overwrites `FlutterError.onError` without...

enhancement

While debugging #91 I noticed the extensive use of dart extensions all over the code base. May I ask what the intention behind this design decision is? As far as...

enhancement