Yonder Blue

Results 34 issues of Yonder Blue

I'm sure this isn't quite right in the implementation, any pointers would be appreciated. After the implementation is correct I can see about getting it hooked into the other caches...

Has the project owner left?

## Issue Most errors in Go that make their way into Sentry will be underneath structs like errors.errorString, project structs like myCustomError, or in different error package structs like xerrors.wrapError....

Type: Feature

## Issue For projects that make liberal use of error wraps, the 10 depth limit is restrictive. This is mainly because it chops the lower wraps and keeps the top...

Type: Feature

## Summary Stack trace shown on sentry for wrapped xerrors show 2 frames per wrap instead of 1. ## Steps To Reproduce ```go package main import ( "fmt" "log" "time"...

Type: Bug

if you look at https://github.com/golang/xerrors/blob/master/frame.go#L31 you'll notice that while xerrors.Frame does store 3 PCs, it is only because of what runtime.CallersFrames requires. location() only returns a single func/file/line. So in...

But I get: launching bazel with flags '' ERROR: /root/.cache/bazel/_bazel_root/aa4e3329d28e2b64ec040c9b188aed63/external/io_bazel_rules_closure/closure/compiler/closure_js_library.bzl:138:26: name 'set' is not defined ERROR: /root/.cache/bazel/_bazel_root/aa4e3329d28e2b64ec040c9b188aed63/external/io_bazel_rules_closure/closure/private/defs.bzl:27:16: name 'set' is not defined Some js error?

In the commit https://github.com/rubenv/sql-migrate/commit/a8bcd23c4ddffac12477ebb117c62fd208b334bc a number of years ago it was added to fill in the holes of steps that were not run even though the last migration is past...

Is there no way to get the top bit but to iterate from set.Len()-1 down and set.Test?

Looks like right here the return var is used even when err != nil in which case the map is nil. https://github.com/DataDog/gohai/blob/60e13eaed98afa238ad6dfc98224c04fbb7b19b1/platform/platform_common.go#L35 Cross compiling like `GOOS=android GOARCH=arm GOARM=7 CGO_ENABLED=1 invoke...