Karl Morrison

Results 45 issues of Karl Morrison

I get the following error in the client side console: `2127.0.0.1/:25 GET http://127.0.0.1:4000/%7Bprocess.env.BROWSER_REFRESH_URL%7D net::ERR_ABORTED 404 (Not Found)` client/index.html: ``` The HTML5 Herald ``` server.js: ``` const express = require('express'); const...

1) I start the server: ``` > NODE_PATH="$(pwd)" NODE_ENV=development ./node_modules/.bin/browser-refresh --inspect ./application/index.js [browser-refresh] Watching: /Users/km/dev/pcap-reader/web [browser-refresh] Ignore rule: node_modules/ [browser-refresh] Ignore rule: static/ [browser-refresh] Ignore rule: .cache/ [browser-refresh] Ignore rule:...

As stated, why isn't it passed into the result? This is required for displaying the results in a dendrogram.

Update http://harthur.github.io/clusterfck/. It's stating to use: var clusters = clusterfck.hcluster(colors, clusterfck.EUCLIDEAN_DISTANCE, clusterfck.AVERAGE_LINKAGE, threshold); Instead of: var tree = clusterfck.hcluster(colors, "euclidean", "single"); Or even better, remove http://harthur.github.io/clusterfck/

Hi quick question, I'm wondering if it's possible to have custom formats in the array for example: `format: ['my-custom-added-format-1', 'my-custom-added-format-2'],` It seems to expect a string when I try and...

Does this library take the ignore file .clocignore into account?

question

## Bug Report ### Steps Following results in smaller tabs: ``` { menuItem: one, render: () => Tab 1 Content }, ``` However when I change the code to the...

Hi. Me and a fellow dev found this, we won't however implement this until it is explained how this "magic" is done. So. How does this library figure out which...

The following file: https://github.com/squaremo/amqp.node/blob/master/examples/tutorials/receive_logs.js is complicated for what it does. The code can be improved for readability reasons. The same code below is less lines and more readable. ``` function...

In our package.json we have all lower-case: my-project We use however the project key: My-Project This has now lead to two projects being created in our server. The sonar-project.properties file...