Felix Becker
Felix Becker
It seems like this module is only able to use global Highcharts object. It would be nice if it could be installed with NPM and `require()`d like Highcharts itself. Would...
I just quickly ran eslint over the source and it exposed several places of undeclared variables, which means the variables get assigned to the global scope. There is also inconsistent...
``` > Import-Module PSGit Import-Module : Exception calling "EnableVirtualTerminalProcessing" with "0" argument(s): "The type initializer for 'PoshCode.Pansies.Console.WindowsHelper' threw an exception." At line:1 char:1 + Import-Module PSGit + ~~~~~~~~~~~~~~~~~~~ + CategoryInfo...
I get this error when building `vscode-ws-jsonrpc`: ``` ../../felixfbecker/TypeFox/vscode-ws-jsonrpc/lib/index.d.ts:2:1 - error TS2308: Module 'vscode-jsonrpc' has already exported a member named 'ErrorCodes'. Consider explicitly re-exporting to resolve the ambiguity. 2 export...
http://docs.sequelizejs.com/en/latest/api/model/#addscopename-scope-options
The following options are available for all methods that touch the database: - `logging` - `benchmark`
Span exposes a LightStep-specific API `generateTraceURL()`, but there is no way in code to safely check if a given OpenTracing `Span` is a LighStep `Span` with `instanceof` because the class...