Results 39 issues of Blake Miner

It would be nice to know the version of godeb that is installed

# ↪️ Pull Request HMR server's WebSocket always upgrades the HTTP server to a WebSocket regardless of the request URL. This patch ensures that the path must start with the...

:memo: WIP

# Checklist Please verify this PR includes the following if relevant: - [ ] `siot_test` passes - [ ] `CHANGELOG.md` entry created/updated - [ ] [docs/](https://github.com/simpleiot/simpleiot/tree/master/docs) created/updated Thanks!

SimpleIoT is using a variety of formats for the CLI arguments, and I think it might be a good idea to standardize a bit. As an example, I think that...

According to http://nodejs.org/docs/v0.4.2/api/assert.html#assert.throws ... assert.throws can be passed three arguments: `assert.throws(block, [error], [message])` The `error` parameter can be constructor, regexp or validation function. Nodeunit assumes that `error` is a constructor...

API Breaking Change

This could allow this library to work on the browser in addition to Node.js. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array

enhancement
pull-requests-wanted

See https://godoc.org/github.com/influxdata/influxdb/client/v2#NewQueryWithParameters This function should automatically escape query strings for the sake of security

If I have a struct that uses "type embedding" to embed another struct, even if the embedded struct has `influx` tags on its fields, influxdbhelper complains: ``` Error writing ......