JKHSDTV

Results 15 comments of JKHSDTV

Same issue seen by us; we use containers to run medium lived batch jobs (~5-15 minutes with 5 minute pauses), and multiple restarting containers result in many reported failures to...

Yes, someone on IRC referenced it like that and I was under the impression that it was a common abbreviation.

```js { devtool: "eval-source-map", mode: "development", devServer: { hot: true, liveReload: false, allowedHosts: [ "all" ], devMiddleware: { writeToDisk: true, index: false }, proxy: [{ context: [ "**", "!/client/our-client.js" ],...

Got multiple levels like that between Foo and ClientContent, and no anonymous default exports. Went through all the troubleshooting, none seem to apply.

I've got another clue, I think: when I limited my `module.hot.accept` to accept a specific file, like `module.hot.accept('./stuff/WhatEverStuff.js')`, I got the error message `Error: Aborted because ./src/stuff/WhatEverStuff.js is not accepted`....

> Are you doing any manual `module.hot.accept`? Your responded to a comment from me about how I use `module.hot.accept` 😂 I'm afraid it's the typical situation of where it's part...

@Alphrag I would ask that this issue be reopened. The linked fix clearly only applies to MacOS, so it seems very unlikely that it would fix a Windows bug.

As I mentioned above, this seems to be a deeper issue since it happens on Windows too, so while the MacOS aspect might additionally be related, it's definitely not the...

The silence feature is just outright broken, doesn't work for IRCCloud either. It just randomly works one day, doesn't work the next, no changes, same version, same OS, Windows, Mac,...

Oh, I'm not worried about getting it myself, just wanted to notify that the current repo as it is isn't usable; meaning a new user who would check it out...