WORMSS
WORMSS
nonPassive seems like the more logical opposite of passive. Just wondering what wins if you do ``` @scroll.passive.nonPassive="..." ``` vs ``` @scroll.nonPassive.passive="..." ``` Any difference at all? which one wins?...
@wangf1978 short term solution, you could add a ref and use vueuse's [useEventListener(divRef, 'touchstart', eventCallback, { passive: true })](https://vueuse.org/core/useEventListener/) But I am unsure if that solution would work for you...
the `divRef` would be what links the elements, the events would be added/removed as soon as the elements are added/removed from the dom. (it will internally add a watcher on...
I tried that, it didn't seem to work. If `!=` is already in the spec, then I will re-try my attempt, maybe I did something else wrong.
Thank you @frizi , I worked out its because we were doing some other operations on the files which were reading the original file so overrode my preprocess files. So...
Would this have a problem? ```ts const boat = 2; const goat = 1; enum NonTier6ItemGraphCodes { Moose = boat, Goose = goat, Loose, // This would ALSO be 2...
So, it seems TS5 still has the enum stomping problem https://www.typescriptlang.org/play?ts=5.0.0-dev.20221121#code/MYewdgzgLgBARiAhrAvDATAbgFCkrAcyVRgEYcBTMAVwFsYA5cAFQEsKAnANgEkoLaAcQ6IADgAsAwiAAmFCDADe2GDACyIEBAow0CZABoVMQZu26YRQ8YAyZikYC+QA
As much as I love the idea of using the github API. I think the author having to explicitly say "use these binaries" with use of the upload file may...
@anti344 as a Side note, you can still use the Github as a binary host, you could have a branch on github that holds nothing but a simple txt file....
@squeek502 looks to me @Dynious uses curseforge, not github releases.