Ben Levy
Ben Levy
This is definitely a first pass. I am not sure if this is the correct module structure or if the `Value` type is too "high level" Some of the mysql_stmt_*...
If you are using `spago build` but do not set `spago: true` the resulting output will contain something like ```js import * as Control_Applicative null ``` and cause a bad...
Changes for purescript v0.15 from bitbucket. This can't be merged directly due to how the github fork was maintained.
Based on #519. Instead of changing the flake.nix instead just modified the flake.lock to refer to the newer commit per @phaer
I have created a minimal repo that shows the issue at https://github.com/belevy/dream2nix-js-performance-example (nix build). I am not exactly sure what is happening but it appears that there is a superlinear...
#282 * Add JsonValue newtype wrapper to support extracting Json values from sql queries * Added instances for SqlSelect/ToAlias*/ToMaybe * Add new PgToJsonb typeclass to support `toJsonb` function on `Value`,...
As a user I would like to be able to extract JSON values from a query. This would be useful for faking `multiset` support similar to jOOQ. ### Proposed Additions...
This is my stream of consciousness thoughts on Window functions. Window functions should be restricted in use. Therefore they cant be SqlExpr (Value a) since that would allow for their...
My musings on the architecture of esqueleto. WORK IN PROGRESS
Occasionally our system would see the `WTF` error from the job poller which left the jobs in a locked state until they timed out. This appears to be caused by...