Josh Cuneo
Josh Cuneo
Not sure if this is the same issue but: ``` -- name: GetUserByEmailAndPassword :one SELECT "email", "updated_at", "created_at", "id" FROM "users" WHERE "email" = $1 AND "password" = crypt($2, "password")...
I'm keen to work on this over on [hexpm/hexdocs-static](https://github.com/hexpm/hexdocs-staticl). Does the Hex team have any browser support guidelines? It doesn't look like any of the existing projects use javascript at...
Perfect. Thanks for the info. On July 27, 2021, Steve Smith ***@***.***> wrote: > hexpm has some javascript: > . > > We don't have any specific browser support rules....
Hey. In the meantime it worked for me to pin the version of petrol to this repository like this: ``` opam-version: "2.0" depends: [ "ocaml" {>= "4.08.0"} "caqti-driver-sqlite3" {>= "1.7.0"}...