Liam McDermott

Results 9 issues of Liam McDermott

Like `.deepPartial` is to `.partial` it would be beneficial to have a `.deepStrict` function that ensures every level in an object, array, or tuple hierarchy is `.strict`. For example, this...

Our Ansible playbooks use this role and set the MySQL datadir like this: ``` mysql_datadir: /data/mysql ``` When this is set the plays fail with this error on every database...

stale

I know there are usually better solutions than pdfium-render for this (pdftk for example). However, a convoluted set of circumstances have led me to attempt filling PDF forms using pdfium-render....

Fixes #98 This is a first attempt, and I'm sure it's wrong, but I wanted to get something up for feedback. Any help with this is greatly appreciated!

I was looking into creating a template for `[IHP](https://ihp.digitallyinduced.com/)(Integrated Haskell Platform) myself. I started by looking at templates for Lisp and Rust based projects, and found they have a `type`...

### Your environment Which OS do you use? Ubuntu 24.04 + Nix flakes (Nix 2.21.2) Which version of GHC do you use and how did you install it? GHC 9.6.4...

type: bug
level: easy

## Problem The [documentation on forms](https://ihp.digitallyinduced.com/Guide/form.html) is great, it makes building forms easy. However, when the user has written a form function, there doesn't seem to be anything in the...

The steps I took, as an IHP beginner, just working with the web console: 1. Created a table named `users`, using CodeGen 2. Clicked CodeGen in the console, then _Controller_...

Related to #132 We have been using programmatic form filling successfully in production for a few months! Thank you for your work getting those PRs merged. Recently, there have been...