-
My project failed to compile today because a new version of `@types/bluebird` was published. This new version uses keywords that are a syntax error unless you have a TypeScript compiler version >2.3 …
-
When I creating a token , return a error:
`
{"error":{"code":2001,"message":"TypeError Cannot read property 'ssl' of undefined"}} at https://owt.com/5dce6b42320c401cb2ef165a/tokens (HTTP status: 500…
-
Version: Deno 1.45.5
app.mjs
```js
import log4js from "log4js";
const logger = log4js.getLogger();
logger.level = "info";
logger.debug("Got cheese.");
logger.info("Cheese is Comté.");
logg…
-
-
This is a successor to issue #20, and subsumes that issue:
We need to add a log event whenever an endpoint is called, and we need to document how to configure logging and, if necessary, set up log ro…
-
Currently the launcher is pretty much only single task minded. If you launch Minecraft or instance an instance, you cannot do anything else.
Ideally I'd like it so when you install an instance, it …
-
After a couple of weekends out of town I finally have time to continue testing DeviceFirmata. In attempting to run the DemoHelloAPI example, I see that init is called a second time after DeviceAPI.ope…
-
I am writing so many freaking `console.debug()` statements its crazy. We should implement a structured logging framework.
I don't want to deal with JSON output (even though that may end up being an…
-
Db2 on cloud(先前叫dashDB), 注册需要credit card
Db2 warehouse, 可以免费注册, 以此为例, 它提供了各种编程语言的API, NODE的还是那个叫[ibm_db](https://github.com/ibmdb/node-ibm_db/issues)的
提供了JDBC URL, 但是密码使用的placeholder. 需要点左边的cre…
-
Testing code (NodeJS 6)
```
const express = require('express');
const logger = require('log4js').getLogger();
const uid = require('uid');
const assert = require('assert');
var app = express();
var…