David Murdoch

Results 226 comments of David Murdoch

Can you share the ganache logs (you'll need to omit the `-D` flag)?

Is this a duplicate of https://github.com/trufflesuite/ganache/issues/3536?

My hunch is that the default use of websockets instead of http is to blame. Use your own http url instead of the built in provider and see if that...

Let me know if it makes it longer (or doesn't). I've personally run it for several weeks via HTTP with about 3 archive-access-required transactions per second.

Wouldn't `IndexedDB` storage be cleared if a use clears their browser storage? Also need to be aware if works in Incognito?

I've been seeing this issue since v1.4.12 :-(

This issue still persists on @swc/core 1.13.0 Can we just have an option to silence these?

This is what `@swc/core` logs to our build process. Thousands of lines of "ERROR" messages about packages I can't control. I had to disable sourcemap support for all packages in...

Thing could be made clearer specifically for programmatic use: * Was looking through README and docs and most was for UI and CLI tools * One of the only sources...