Francis Nimick

Results 19 comments of Francis Nimick

I was experience this error on startup consistently with vim `8.2.4113`.

This is still present in 3.11.0.

I use the following CSS to move the indicator to the upper left (or right, for rtl) of the image displayed, so it doesn't collide with the action button. ```css...

You're right, this is mostly shopify being silly - they explicitly send a urlencoded `#` character in their queries to your service endpoint. https://shopify.dev/docs/apps/fulfillment/fulfillment-service-apps/manage-fulfillments#step-8-optional-enable-tracking-support Their example URL: `http://myapp.com/fetch_tracking_numbers.json?order_names[]=#1001.1&order_names[]=#1002.1&order_names[]=#1003.2&shop=testshop.myshopify.com&timestamp=1669900140` A question...

@ryoppippi does this mean that modifying the global types for `HTMLAttributes` is no longer necessary? If so, there should be an indication in the typescript support section of the README...

So the reason would be that if the signature of the events from this library changes, or a new event is added in the future, users won't have to manually...

Not just on components, using `` for slot forwarding inside an `{#if $$slots.etc}` block also silently fails.

FYI: @Angelelz you don't need to set any transaction variables besides `request.jwt.claims`. All the supabase functions default to looking at the value of `request.jwt.claims` if the value of `request.jwt.claim.` is...

> I would love the option to have a db query client that automatically applies a transaction for each query, similar to Prisma's client extensions. > > ```ts > const...

@Angelelz (sorry it's taken so long!) I generally agree with this approach, though I have one quibble. It would be great to have the option for the RLS to be...