Erik Dasque
Erik Dasque
Could we ask contributors to include in the commit message the URL to the items they are adding. I mostly watch this list now through the PRs, it would be...
a simple: ``` ce.topColours("_screenshot.jpg", true, function(colours) { console.log(colours); }); ``` leads to: ``` { [Error: Command failed: ] code: null, signal: 'SIGSEGV' } events.js:72 throw er; // Unhandled 'error' event...
Whether in a variable or an expression, double quotes get replaced by single quotes resulting in invalid JSON when trying to pass ``` [ "presence", "webcore", "smartthings","Erik"] ``` in a...
I don't really understand how it helps, I was able to get GithubAuth working via just a POST request but I am not sure I understand the example. I think...
I can't just addData, I get a whole new data set of 120 points every 10 seconds. Should the following work: ``` javascript graph.configure({series: graph_data}); graph.render(); ``` I don't see...
While very elegant, the existing system doesn't seem to allow displaying the x axis unix timestamps using whatever time zone is appropriate (browser time zone for example). It ends up...
I have a quick question about iCalBuddy I couldn’t find a response for in the docs I have icalbuddy installed in /usr/local/bin and it works flawlessly from command line: `/usr/local/bin/icalBuddy...
Have you thought about generating a docker-compose file as well? While they typically combine a few services, a fragment would work well.
Resulting in many drops metrics. See https://github.com/dscape/lynx/pull/4 If Lynx doesn't provide a fix, maybe Bucky can forgo batch export or make a few lighter calls?
While I can gather metrics automatically by adding data-bucky-page data-bucky-requests to my bucky script include, I cannot specify a prefix there (other than by overloading the page name). Ideally I'd...