Alexandre de Boutray

Results 14 issues of Alexandre de Boutray

This PR allows invalidating queries in other tabs that don't exist in the current tab cache. The use case that we have is to invalidate the preview of a document...

When trying to load an svg and explicitely setting its height and weight, the promise returns too early (`img.complete === false`) ```js const img = await loadImages('***.svg', { height: `100px`,...

bug
help wanted

I've spent quite some time using this package with the serverless framework with https://github.com/UnitedIncome/serverless-python-requirements. I always get an unable to import error, whatever version of python I am using (I've...

I couldn't find documentation for the options of Nuxeo.http. I was able to get a lot of them by reading the source but some of the mechanisms are still escaping...

## Documentation `https://www.w3.org/WAI/ARIA/apg/patterns/radiobutton` looks like it's now `https://www.w3.org/WAI/ARIA/apg/patterns/radio`. I'd open a PR but I'm not sure what the rules are with the different version mdx files :) ### Relevant Radix...

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug

Cross-posting https://github.com/supabase/realtime-js/issues/415 because I'm not sure you're monitoring the issues on the other repo :) # Bug report - [x] I confirm this is a bug with Supabase, not with...

bug

Cross-posting https://github.com/t3-oss/create-t3-turbo/issues/1110 to get your eyes on it 😉 It looks like superjson silently fails to deserialize `Date` objects in edge runtimes, only in TRPC mutations (not queries). More details...

I'm trying to reproduce a bug that I think is linked to this library. My app is pretty different from the basic setup for this lib (using expo-router, development build...)...

It'd be really nice to be able to add a custom serializer/deserializer to workflow steps when passing data between them, especially since the type inference is currently happy with `Dates`...