spiffytech

Results 44 issues of spiffytech

I'm trying to use Drip in conjunction with short-lived Docker containers (think running a container that does 'lein repl' against my current working directory). I can't figure out how Drip...

I'm following the docs and trying to get a basic example working where I read some values out of my database. F# insists that `(row?mood).Value` is an indeterminate type. It's...

Please add support for `asRecord` deserializing fields into single-case discriminated unions. For example, I have a `type Int6 = Int6 of int`, which I just use for `int`s 0

Please explain below why you think this comment should be deleted. ### Reported Comment - question: Vue.js - comment ID: 63a3f63ddeab057e52c83cb2 - comment: > // File Name: cla8b.cc 2 //...

Per #209, the `bullmq` package doesn't return a single constructor, so docker-arena needs to instantiate the `Queue` class specifically.

I have a vector with items of several related types (form field data like RadioField, Input, Label) and I'd like to validate that each item conforms to the appropriate type...

question

The README only documents configuring a connection with App.config and connecting via a `connectionFactory`. Please add documentation for manually creating a connection by passing host, port, etc. parameters into the...

docs

I'm trying to write an Update function that alters the field in an F# record. Like this: ``` conn.Run(Query.Db("sleep_log").Table("sleeps").Update(fun sleep -> {sleep with timeToBed = dt})) ``` This produces the...

Postgres `INSERT` [supports](https://www.postgresql.org/docs/current/sql-insert.html) a `WHERE` clause for `ON CONFLICT ... DO UPDATE SET`. pg-typed currently does not support this feature.