Raine Virta
Raine Virta
Also, docs mention `VtrSendLineToRunner` but it doesn't exist.
Is there an eyre counterpart for [`sentry_anyhow::capture_anyhow`](https://docs.rs/sentry-anyhow/0.31.5/sentry_anyhow/fn.capture_anyhow.html)?
Hey @coryb, Sorry for being unclear. The jenkins hostname is not an issue, I have it in config and it works fine, IF I use the following ssl_opts ``` yaml...
Is there a way to read the compiled source when using gnode programmatically?
How is one supposed to pass `cliOptions` with this thing without getting these validation warnings? ``` // jest-runner-eslint.config.js module.exports = { runner: 'jest-runner-eslint', displayName: 'lint', cliOptions: { fix: true }...
:+1: Maybe a sensible approach would be to have shflags complain on execution if a default value is not passed. Or alternatively introduce something like `DEFINE_string_required`.
Bumped into this. Wrapping the stream like @dmfay suggested works. ```js const stream = require('stream') module.exports = function toReadable(classicStream) { const readableStream = new stream.Readable({ objectMode: true }) classicStream.on('data', (data)...
Would be great to have.
lab is this https://www.npmjs.com/package/lab
Zsh completion is not working for me either. I assume `z foo` should show results that match `foo`. For me it autocompletes files and directories in the current directory.