Nick Mitchell
Nick Mitchell
Spectron, when initializing the `Application`, calls to webdriverio's `client.setTimeouts`. In doing so, it sets the "implicit" timeout to the value of `waitTimeout`. https://github.com/electron-userland/spectron/blob/master/lib/application.js#L61 I have talked with the webdriverio team,...
e.g. https://alexei-led.github.io/post/k8s_node_shell/
This seems to happen whenever monaco-editor is loaded. These messages did not appear with Electron 7 or prior. related: https://github.com/microsoft/vscode/issues/98597
Greetings visitors: this is an innocuous message that does not affect the way Kui interacts with your cluster. upstream bug: https://github.com/electron/electron/issues/33685 > objc[70843]: Class WebSwapCGLLayer is implemented in both /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libANGLE-shared.dylib...
the terser webpack bundle optimizer by default renames javascript classes. as a result, composer.compile fails with ``` Invalid argument "task" in "task" combinator Argument value: m { '.combinator': [Function: .combinator],...
for example, `namespace.list` accepts an `options` optional argument, but main.d.ts specifies `namespace.list()`
would it make sense to sprinkle the code with `debug` calls? personally, i would find this helpful for debugging.
try calling `ow.packges.get({name:"foo", junk: "SOME VERY LARGE PAYLOAD"})` if the payload is too big (in my case, 330k), you will get back an odd SSL error: ``` Error encountered calling...
most CLIs offer a way to force ANSI color codes, even if the output is not a TTY (e.g. if piping to another process that actually understands ANSI color codes;...
i can't `grep 'foo$'` in the output of `wsk activaton list`, because the lines end with a bunch of whitespace e.g. i want to look for lines that end with...