Jean-Baptiste Muscat
Jean-Baptiste Muscat
I confirm that using explicitly `objects.name` work well :) It could be nice to update the policy examples in the [documentation](https://supabase.com/docs/guides/storage/security/access-control#policy-examples) to uses objects.name (or even to explicit that the...
That's nice to hear :) The linked PR (https://github.com/microsoft/typespec/issues/2700) seems broader, as it tries to tackle both "object" examples and "per property" examples. I would rather focus on "per property"...
@markcowl LGTM :)
Thank you. @JsonSchema.Extension seems a useful workaround, but quite verbose. Is there any plan (or would a PR be accepted) to create proper @ReadOnly and @WriteOnly decorators ? (Either only...
I've created a small function in markdown.ts to create the markdown table, instead of using an external dependency **original message:** 👋 Apparently, one of my dependencies ([markdown-table-ts](https://www.npmjs.com/package/markdown-table-ts)) use the "??"...
Thank you. A workaround is simple, so I won't push to have it fixed upstream. Talking about documenting web-specific click behavior: in web, the click events are received by the...
Sadly, the disambiguation does not work on all web platforms: chrome for Android does not support dbClick, so `maplibre-gl-js` relies on touchstart/touchend to detect a "double-tap". In a double-tap context,...
By the way, the problem is still present [webawesome 3.0.0-alpha.9](https://backers.webawesome.com/docs/components/carousel/)
Looking a bit into, I think that's due to the repeated events fired by chrome (and I suppose other desktop browsers) when maintaining the key pressed. - A simple fix...
I'm away from home the next few days, but I'll look into that shortly.