Nicola Peduzzi

Results 48 comments of Nicola Peduzzi

Just started checking out Elm and I am shocked that this tool is not on the front page of the official website! Why "hoogle" like search for Elm like `elm-search`...

My current approach (to avoid disrupting the codebase too much) is to have the standard "2.x" router setup and then use this: ```ts export function useRouter(context: Context) { const router...

> By using a value() instead of state you don't need the copy. I tried that @LinusBorg but I get a strange error: ``` Cannot assign to read only property...

I have this: - `node_modules/pgpass/lib/index.js` - `node_modules/pg-types/lib/textParsers.js` (got them by npm installing `pg-promise`, same thing with `pg-bricks`)

on a somewhat unrelated note, I was checking that `apply` code when trying to use the record builder syntax which works! In the "parseGame" function in the main example one...

I've had this problem for a week. Claude suggested me to try with a different network, indeed going though my phone worked! So I ended up getting a VPN and...