Markus Unterwaditzer

Results 119 issues of Markus Unterwaditzer

Thanks for this useful program! It would be nice, however, if i could just point this at my dotfiles directory and let it automatically check all shell files (recognized by...

Remove custom test harness and start using script-macro instead. Just opening this PR so I don't lose the sourcecode.

#1160 broke running lychee on sentry-docs. Found by bisecting `434baa8..HEAD`. In order to repro, [check out sentry-docs](https://github.com/getsentry/sentry-docs), run `yarn && yarn build` and run `lychee --offline public/`, or use the...

bug

I would like to use the Rust SDK from within vector to send metrics, without instrumenting the rest of the app. This example does not send anything: ``` use sentry::{metrics::Metric,...

We do support `fork()` in general, but the multiprocessing module has some quirks. * `atexit` does not get called, so events get lost * Unhandled exceptions are not captured An...

enhancement
New Integration
triaged

[sentry](https://github.com/getsentry/sentry) uses insta to review snapshot files generated by python code. There is an ad-hoc implementation of insta-the-library vendored somewhere in `sentry.utils.pytest.fixtures`. People who want to review those snapshots currently...

Cont. https://github.com/WhisperSystems/Flock/issues/75#issuecomment-90160667 I am trying to avoid derailing the original issue. Please continue conversation here.

While removing usages of unstable features, I've put quite a lot of `unwrap`s in the code. I don't think the code now panics more on bad input than it did...

bug

Attempting to use no-panic in a library requires the library to be used somehow, somewhere. The obvious answer to that is tests. For that, tests need to be compiled with...