Richard Février

Results 39 issues of Richard Février

Hello everybody 👋 thank you for your amazing work ! I was wondering if it is possible to add the HTML parser [Rehype](https://github.com/rehypejs/rehype/tree/main/packages/rehype-parse).

Hi, I've tested your amazing validator but I've encounter an error even with the [Apple website](https://developer.apple.com/apple-app-site-association) 😄

2FA by email is a simple solution but has a big caveat: if someone hacks your email he will be able to access everything. 2FA by SMS is not better...

enhancement

Hello everybody 👋 thank you for your amazing work ! I was wondering now that the hashing function Argon2id is available in the official [crypto module](https://pkg.go.dev/golang.org/x/crypto/argon2?tab=doc) if it was not...

enhancement

Hello everyone 👋 Migrating from psycopg2 to asyncpg, I'm facing an issue with an `executemany`. Here is my example: Table structure: ``` CREATE TABLE table_name ( column1 text PRIMARY KEY,...

In order to increase performance and reduce the code written by users, the library should add the Queryable logic (filter, exclude, limit, etc...) to events. Example: ``` Todos .filter({ completed:...