Nicolas Pouillard

Results 22 comments of Nicolas Pouillard

Here are a few hints at using lenses based on examples. ``` modifyDb_ :: AulaSetter a -> (a -> a) -> AUpdate () modifyDb_ l f = AUpdate . ExceptT...

``` ("email" .: (email & prelens emailAddress %%~ DF.optionalText)) ``` The `prelens` function is gone now and there is a comment about it. ``` "email" -> pure [TextInput $ email...

It occurred to me more than once, what should I put as the `FomPageResult`? And realizing that so far its only purpose is to provide enough information for `redirectOf`. An...

I think we need two modes something "stupid simple" for the normal cases and these named capture for the hard cases. The most simple case would be %(var) or just...

Yes what I meant is: I think we need the full regexp mode. However since it is going to be ugly for the common cases I suggest adding % and...

LGTM. There are two more occurrences of `/app` in `docker-compose.yml`.

Hi, I would be interested by the support for the P1000 model. Here is my report: * lsusb: `Bus 001 Device 079: ID 04b0:0232 Nikon Corp.` * [config.txt](https://github.com/gphoto/libgphoto2/files/5704614/config.txt) * [summary.txt](https://github.com/gphoto/libgphoto2/files/5704615/summary.txt)...

User profiles are essentials and they make this approach practical. Could these be stored using Bitwarden? In Bitwarden we would store the user profile and LessPass would combine it with...