Sean Hagstrom

Results 24 comments of Sean Hagstrom

@tjmehta Would you mind updating the dependencies based on notes found here for one of your dependencies named [clone](https://github.com/pvorb/clone)? Apparently there is a **XSS** vulnerability with version `1.0.2` that **101**...

Not sure what the best way forward would be for this optimization, though I'm wondering if it could be made optional. Based on some work using react-virtualized, I've noticed that...

Glad to hear that Muuri's structure is already compatible with virtualization! I'm also not aware of a library that supports the feature set of Muuri with virtualization. My initial thought...

I'm also running into this issue where some implementations will prepend an element to the `childNodes`, or just throw an error, when given `undefined` as a value for the `referenceNode`.

I would also like to know if there's an easy way of disabling ESLint, I'm currently using ClojureScript with CodeSandbox.io and it seems that ESLint is ran on those source...

Yup yup sure thing 👍 Here's a minimal example of my specific use case of compiling from ClojureScript to JavaScript: https://github.com/seanstrom/cljs-dev-template/tree/minimal-sourcemaps-debug-esbuild I've included some instructions inside the README of that...

@evanw have you looked over the build steps and and code the I've linked? I'm wondering, is there anything else I can do to help add this functionality? At the...

> Do we even need to specify the bounds on cljs since it looks like the same as double? Yeah good point, we probably don't need to do it, so...

Here's a link to [my solution for problem 87](https://gist.github.com/seanstrom/f0d1119c24f4d3cb48de33b6ea59425c), hope this helps 😸

Nice stuff! Moving forward I'll try adapting my experiments into these esbuild playgrounds. And please lmk if you'd like me to test any esbuild changes, or if you'd like some...