Vincent Cantin

Results 55 comments of Vincent Cantin

It is possible to tag issues in commit messages (for example "related to #134"), Github will automatically add a link to the commit here.

> How should the Digest field look? It's written in those lines: https://github.com/mastodon/mastodon/blob/c3aef491d66aec743a3a53e934a494f653745b61/app/controllers/concerns/signature_verification.rb#L134-L142 The digest field should be added to the "signed string" like that (in Clojure): https://codeberg.org/green-coder/the-pub/src/branch/made-in-taiwan/src/the_pub/ring_handler.clj#L95-L98 The field...

@cgrand I was not clear enough when I wrote my post this morning (at 2 am). Here is my second attempt: I originally wanted to implement a transducer-only version of...

I made the change. The function is smaller and the benchmark is showing that it is twice faster. That was a good feedback, thank you. What do you think about...

Coding style question: Would you prefer to have the `(preserving-reduced xf)` evaluated via a `letfn` before the level of the transducer or by simply having it expanded in-place? I have...

I have the same problem, and no idea how to fix it.

Hi @creajoko, it would be even more helpful to people if you could provide your list of packages, so people can have a working solution when they find this page.

I can reproduce the bug, it comes from the documentation at https://tailwindcss.com/docs/ring-width being wrong. When I inspect that page with the browser's devtool, I see a different definition for `ring-2`...

Other proposal: to replace the 0 and 1 indices by something like `::m/key` and `::m/val` for this schema, similarly to how `::m/in` is used for collections.

Thank you for the PR, will review when I have time.