Alfred Trask
Alfred Trask
Hi good work on this. But why is `long-press-stop` still firing even when the duration `300` is not reached? Like a fast click
Closing this. Using [byte_type](https://deno.land/x/[email protected]) works .
Here are better alternatives that works with Vue 3: - https://github.com/ectoflow/vue-stripe-js - https://github.com/frandiox/vue-use-stripe Deprecate this package already
@JoaoPedroAS51 well TBF they didn't tell anyone to use their INTERNALS YET. They only have the default React and Next usage available in the public. So if your library is...
I see what you mean @CHIBX. Do you have any advice on doing this approach?
Thanks for the reply @Andarist. I tried this solution suggested by a maintainer from Astro: ```ts document.addEventListener('astro:before-swap', e => { const el = document.querySelector('style[data-emotion]').cloneNode(true) e.newDocument.head.appendChild(el) }); ``` This clones the...
> they should have some opt-out mechanism from this cleanup, like a data-attribute or smth If they do have a data-attribute that keeps it from being removed in the DOM,...
Will Gatsby still be supported in the near future? @balazsorban44
@RobinTail, is this still the correct way to add additional properties to the request object in Express TypeScript? ```ts declare global { namespace Express { export interface Request { //...
> Hi folks, if you need to mimic the `google.maps` structure without using the deprecated method `loader.load()`, but by using `loader.importLibrary()`, you can use the following code: > > ```js...