Roman Fürst
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...
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]...
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...
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...
Dumps created by datanymizer seem to not update sequences. For example in the original dump we have many lines like ```SQL SELECT pg_catalog.setval('some_schema.seq_some_sequence', 1234, true); ``` These are completely missing...