Justin Bennett

Results 95 comments of Justin Bennett

I ran into this same issue with a [component](https://github.com/artsy/apr-dashboard/blob/69e598f2f200fb824f9d37caaf2a502eea07c740/assets/src/components/button.html) I was building for one of our experimental projects. I went ahead and started a PR to add the the option...

A project that I'm working on generates zod validators from an openapi spec. One of the schema objects is an `enum` of integers like `[512, 2048, 4096]`. **EDIT**: Looks like...

Is that something we could potentially "borrow" from their codebase?

Ah, well that's unfortunate.

That's fair. I'll think about it a bit and see if I can update the error message. Perhaps on the error path we can do a second lookup for the...

Okay @weiznich, it may fail CI, but I made a first pass at updating it to just be an error message. I'm still _really_ new to the rust ecosystem so...

1.) style tags without the scoped tag would be treated the same way if you did `import './style.css'` in a js file. No scoping or special targeting happens, vue-loader just...

I think that means if you're explicitly hooking into the template compilation process to support new template features, e.g. compile time directives. We won't be doing that. Getting Evan's input...

`/deep/` only applies to scoped components. That wouldn't be a consideration in our case because we wouldn't be utilizing the scoping mechanism. My thoughts were ```vue Blah blah blah blah...