Bob van de Vijver

Results 97 comments of Bob van de Vijver

I guess #1795 is the exact same issue as described here. Unfortunately, placing the `` section above the `` doesn't solve the issue for me, only disabling the source maps...

This also happens with vue-loader 15.9.6 on webpack 5. My reproducer is [this repository](https://github.com/bobvandevijver/encore-vue-hmr-test/tree/latest-encore), which uses Webpack Encore as wrapper in a Symfony project.

I tested this change using the following in my `package.json` and it does indeed fix #313 for me 👍🏻 ``` "@fortawesome/vue-fontawesome": "git://github.com/otijhuis/vue-fontawesome.git#579bddb1dc0ee1b9a02b50ec821d44567cf00a1f", ```

HMR for the properties is still broken with 3.0.0-3

Thank you for trying @otijhuis! I just found it is triggered by the usage of `v-show` on the `SimpleIcon` component, like this: ``` ``` Adding the wrapping `span` solved it...

I wouldn't know: I've stopped using Propel ever since we've moved to Symfony 2.x and Doctrine. Since this plugin is for SF1.x which is no longer supported, I do not...

I am currently experiencing the same problem, did you find a solution?

Same here, is there any solution?

Seems this might be a low-level Windows issue, as I'm hitting something similar with kitty: https://github.com/cyd01/KiTTY/issues/22

@dbu Requested changes have been done! About impact: it shouldn't impact existing users, or at least, not that I know of. I have tested this change with my project which...