Gianluca Frediani

Results 6 comments of Gianluca Frediani

"Two-way data binding" means that the binding is bidirectional: from the parent component to the child and vice-versa. For this reason in Angular templates is indicated with the "banana box"...

I'm using fp-ts in my OpenAPI Mock Generator project: https://github.com/Fredx87/openapi-mock-generator

Thank you for the PR, I will review it asap. Anyway, I don't get what is the use case of passing the client secret in the "emulated" login of this...

I found an easier way to use firebase auth with Playwright, which is just to instruct firebase to use local storage when running in playwright: ``` import React from "react";...

Hi @aphex, thank you for helping test the library. As mentioned in the README there are still some bugs and missing things around. I am working on some refactorings and...

Are you importing from `effect-kysely/sqlfx` or `effect-kysely/sqlfx.js`? I defined the [exports](https://github.com/Fredx87/effect-kysely/blob/40f4c2c970e2cebcd939831f8d02213c178e87dd/package.json#L11) in the package.json with the `js` extension at the end, so I don't think it would work without specifying...