Kurt Preston

Results 13 comments of Kurt Preston

Asset pipeline can be run together with webpacker, but many people (myself included) are trying to migrate entirely to webpack from sprockets. It'd be great provide a way to use...

Curious. A few questions: 1. What version of jQuery are you using? (You can run `$.fn.jquery` to find out) 2. What browser? 3. Does [the demo](http://www.kurtpreston.com/isortope) work for you?

Demo's currently running Isotope 1.5.26

@shiflonium If you have a link to an example, I could take a look at it.

Reproducible by: 1. Enable the `#enable-experimental-web-platform-features` Chrome flag on `chrome://flags`. (This is what causes `window.trustedTypes` to exist) 2. Mount two `` components on the same page.

Noticed this was fixed by #1627, though code has not yet been published to a new version.

`json-schema-ref-parser` now always fails on TypeScript 4.4 with the same error. The underlying issue is this: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-4.html#more-compliant-indirect-calls-for-imported-functions By spec, you cannot bind an exported method, which is causing the code...

@tomyam1 Could you submit as a pull request?

I think this issue can be closed now with #3407?