Mark Hahn

Results 49 issues of Mark Hahn

Is there any way to use a promise instead of a callback? I've gotten to where I hate callbacks.

On every page load I see "B E E F Y" in the browser tab for a second or two before my own page title appears. How do I get...

This works in CS 1.x ... ``` Syntax error on line 19, column 2: unexpected '"' (\u0022) 16 : Basecamp = require 'basecamp' 17 : Basecamp.basecamp = basecamp = new...

bug

Sometimes when the tree is revealed some folders that were open now are closed. I haven't tracked down when this happens. I also don't know how many versions this has...

The subject line pretty much says it all. Can I get the same results using the cpu, esp32 in my case, instead of the DMP? I've done AHRS calculations on...

question

Once again the subject tells all. It would be nice to have an entry with the start time and job info for the currently printing job. It should be visually...

As the subject says, can we have support for the american date format?

I installed compress-buffer 1.2.2 with npm and saw no install errors. When I require it I get this error during the module load ... ``` Error: Module version mismatch. Expected...

**Describe the bug** this code can never output "x=0" ``` if (x == 1) debugD("x=1"); else debugD("x=0"); ``` but this code works ``` if (x == 1) {debugD("x=1");} else {debugD("x=0");}...

How do I stop the constant rotation? It makes studying the object hard (and I find it annoying). Also, are there docs for the options? I scoured the source and...