Hugo Gresse

Results 137 comments of Hugo Gresse

Don't close this PR, it works perfectly! @ezlo-picori do you have time to do the review? Should another persone re-do it?

We can install bun easily with : ``` RUN apk --no-cache add bash curl RUN curl -fsSL https://bun.sh/install | bash ``` but bun has some issues with arch (x86/arm): `0.050...

thanks for the quick update! I did rollback. Thanks for taking care of maintaining the library! You may want to add a Sponsor button on your GH profil too?

Having the same issue, let us know if you need some repro, but basically: - everything default, - useFirestoreDocumentData(someRef) - mutate, - invalidate query in onSuccess - useFirestoreDocumentData re-triggered but...

It shouldn't be very hard: 1. Add a new setup type here: https://github.com/HugoGresse/open-feedback/tree/master/src/core/setupType 2. Update the UI in the admin to let the user pick sessionize and set the endpoint...

Nice! The only input needed are a single sessionizeUrl then? If so, is there any quota or CORS related issue to check for?

Perfect! Do you think you can provide a sample on some GitHub Gist for testing purposes? Other than that, it should be pretty straightforward.

I think I'll rather add a new mode here: ![image](https://github.com/HugoGresse/open-feedback/assets/662377/e3d5aa3f-c6fa-44a7-959e-91968e4f4973) Which should be clearer, even if it reuse the same stuff behind.

@stephen Why is this not merged?

I can't reproduce the issue, entering ` ` or `httpppp` didn't produce a crash in any page... I'll check tomorrow if I find something more.