Ryan Weaver

Results 336 comments of Ryan Weaver

I'm not sure. With `.enableSassLoader()`, all files ending in `.scss` are sent through the `sass-loader`. I don't think that the final CSS from `sass-loader` is sent through postcss, however. Usually,...

It doesn't look like I have access to that Discord or the message is missing. But sorry, I'm not sure I have any more info.

We may need to deprecate and remove our super-fancy `copyFiles()` implementation. It was built by @Lyrkan and it's *super* impressive. But I'm not sure if it could be rewritten to...

To clarify, there are 2 possible levels to this proposal 1) We add this HTML lexing to core and allow for things like `` as Kevin said. 2) OR... we...

Hi! I'm guessing this was some weird, temporary issue. It shows the URL, and that loads just fine for me right now. Cheers!

Hi! Here is a reproducer: https://jsfiddle.net/gyjfxs27/6/ Unless I'm missing something, `useDebounce` seems quite broken. It seems that you HAVE to pass an object with a `params` key now when calling...

I totally agree with your assessment! However, we might need to "live with this". The problem with making the `/` at the end optional is that this would now, potentially...

Hi! Check the CI - it fails with: Uncaught Error: Class "NumberNine\NumberNineBundle" not found Cheers!

That makes sense to me. In my apps, I would never try to set one of these fields to null, I would initialize you an empty array. We should avoid...

Hey Nate! I’ll do my best to review soon - I have a few other things to take care of in the short-term. But my first impression is that... this...