ViRuSTriNiTy

Results 76 comments of ViRuSTriNiTy

Side note: a solution has been posted here: http://stackoverflow.com/a/39367226/3936440

Although I never spoke to him in person I remember his name to this day as he kindly helped me with some Orchard issues a few years back. I had...

@yepeekai I'm facing this issue too. You can use `Convert.ToString(Name)` to fool the logic and avoid that unnecessary exception ^^

@guanghechen Thanks for adding watch mode support. I tried to use your fork to copy some files from the build output directory to another location but it results in an...

Ok, found it. Your plugin calls [addWatchFile](https://rollupjs.org/guide/en/#thisaddwatchfileid-string--void) to instruct rollup to watch for changes ... in the build output directory in my case 🤦‍♀️. Obviously this does not make sense...

@mindplay-dk That exclude configuration is only needed when you try to watch files in the `build` folder (often named `dist`). As I already commented in the PR, watching files in...

https://github.com/thomasloven/hass-browser_mod/issues/631#issuecomment-1791956956 might be a solution

@hitmands Next time you should not post a solution claiming it's yours when it's not. It is a simple rip of my solution posted months ago in #7 ... and...

@pietrofxq Yes, that is right, there is also an NPM module that implements this approach with additional bells and whistles: https://github.com/ejoubaud/cypress-browser-extension-plugin