Tibor Erdesz

Results 2 comments of Tibor Erdesz

I've stumbled upon the some problem and the easiest way to fix this was to export the `D3JS.Preset` module in `d3js.cabal`

Note to myself: Adding this to `createDynamicDecoder` fixes the issue for postgres: ```scala case SqlTypes.OTHER => val result = resultSet.getObject(columnIndex) result match { case _: UUID => DynamicValue.Primitive(result.asInstanceOf[UUID], StandardType.UUIDType) case...