Bruce

Results 8 comments of Bruce

I forked your module and implemented a working fix to this issue (I needed a solution asap). Have a look at it: https://github.com/Bruce17/node-config/commit/9a6b19c5df601580dd2aafa354c45b7723626d1e I implemented a new method called `initConfig`...

@Fma965 Where can I find your fork?

I'm having the same issue. It started ~4 weeks ago with some update. After some time developing I cannot click on any reference to directly jump to it. I noticed...

I have the same issue here as well. Can't get the TMC2130 to connect via SPI to my SKR v1.4 at all. Marlin is build from scratch with only the...

I found the issue: BigTreeTech TMC2130 v3.0 are **not** running SPI mode by default! They must be soldered from default STEP/DIR to SPI mode. See instruction in repository https://github.com/bigtreetech/BIGTREETECH-TMC2130-V3.0 on...

I have one doubt with only using the native timing method: performance. The benchmark tests return a bad performance for the native method using Buffer.alloc and a even worse performance...

Matcha in Posttest ist broken for newer Node.js versions. I just tested it with some different performance testing libraries. Maybe I can upload an example soon.

I had the same issue. Just add the following code to your frontend application: ``` js var socket = socketCluster.connect(); // ... var pongChannel = socket.subscribe('pong'); pongChannel.on('subscribeFail', function (err) {...