Results 12 issues of Sandeep.C.R

I am using the logging method outlined in this post https://github.com/algas/haskell-servant-cookbook/blob/master/doc/Logger.md Is there any way Servant can be made to include the details of the Handler used, in the Response...

I am trying to build a custom widget. The problem is that when I use a schema such as this ``` mySchema = { "properties": { "address" : { "name":...

How can I show error messages for fields when the value contained has one more more validation failures? The documentation says something about 'has-error' and 'has-success' css classes. But I...

## Things planned #### 1. Solve the createdAt/updatedAt problem -- 10 Hrs Use either of these options 1. Make the fields non-writable in TableW definitions and use default column values...

This branch implements audit logging using database triggers. The triggesr and the procedure can be viewed in the db/schema.sql

A search for `LogStr -> String` yields no result while `LogStr -> ByteString` does. It would be great if Hayoo can show functions that work with similar types (at least...

Update `caps.cabal` to work with GHC 9.2.5

We have a query that does joins between ten tables, five of which are left joins. This is being constructed using a combination of Opaleye's `restrict` and `leftJoin` functions. This...