Jean-Baptiste Muscat
Jean-Baptiste Muscat
I’m looking into Shoelace currently (especially since FontAwesome´s team took ownership and raised some money for ~Shoelace v3~ [WebAwesome](https://www.kickstarter.com/projects/fontawesome/web-awesome)) and missing the `bind:value` on the inputs degrades a bit the...
In term of feature design, I see (at least) three possibilities: - **simple**: just disable compilation checks for `bind:` on custom elements (i.e. element whose names contains an hyphen). ➡️...
Thank you for the feedback. Could we imagine a more specific solution to give control on both the setter and event? (So no need for the custom element authors to...
For me, this seems to appear randomly. Reloading the whole page sometimes fixes it. When the problem occurs, I see the following logs in the chrome console: ``` GET https://httpslearnsveltedev-xfsn-vu5h89ub--5173--5a198b5c.local-corp.webcontainer.io/node_modules/.vite/deps/svelte_internal_disclose-version.js?v=ffeee4d0...
I'll rebase once https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2799 is merged
@domaindrivendev I’m part of the API team at Criteo, and as such we provide common, generic, models to be used in our various internal and external APIs to have an...
The root cause is, for sure, a browser compatibility issue (cf https://developer.mozilla.org/en-US/docs/Web/API/Element/dblclick_event#browser_compatibility) But, I see in [dblclick_zoom.ts](https://github.com/maplibre/maplibre-gl-js/blob/main/src/ui/handler/shim/dblclick_zoom.ts#L16) that we use both a `ClickZoomHandler` and a `TapZoomHandler` to handle zoom, presumably...
Technically, it's somehow possible to disambiguate by listening to both the `touchend` and `click` events, considering that: - a double-click on the desktop will translate to 2x`click` - a double-tap...
JS/TS is not my forte, but I'll try :)
Hello ! Thank you for your concern. We are in the process of migrating our API stack, and https://developers.criteo.com/marketing-solutions/v2020/docs/statistics-v1 is part of the new documentation that is auto generated from...