Gabriel Pichot
Gabriel Pichot
If someone has some feedback on how to add horizontal scrolling and zooming (I am not convinced with the current solution for zooming), it will be very appreciated :)
I don't feel very confident to merge this one in one piece given the scope of changes required: - I need to refactor components in multiple files to add support...
> this sounds like a good idea. Maybe we should merge this one first though? > > * [feat(devtools): enable setting loading/error via devtools #4352](https://github.com/TanStack/query/pull/4352) Yes indeed :). Would be...
Yes, I will create related PRs when #4352 is merged.
Hello, J'ai rajouté les slides en question. Talk réalisé à l'Accelerator Engineering cette semaine.
@bloodyowl Yes dispo!
To complete @notsidney solution, I am using this in my app: ```typescript import React from "react"; import { Auth, onAuthStateChanged } from "firebase/auth"; import * as firebaseui from "firebaseui"; import...
The `.nyc_output` folder accounts for 4 MB on disk: ```shell du -hs node_modules/commitizen/.nyc_output/ 4.0M node_modules/commitizen/.nyc_output/ ``` which is most of the package size ```shell du -hs node_modules/commitizen/ 4.4M node_modules/commitizen/ ```...