Artem V. Navrotskiy

Results 33 issues of Artem V. Navrotskiy

This change ignores files without executable regions to avoid errors on loading debug info from this files. In our case we got confusing `bad magic number` errors on parsing files...

cla: yes

There are performance degradation on huge repositories (>250 000 objects). Look like root cause is too big file count. Much better generate pack files per every 10 000 objects.

Created by email from Eli Smaga: > Hello, > > How do I use your lfs-migrate tool to convert a repo and the repo's submodule so that all of the...

enhancement

I was strongly confused by too long `@com_github_docker_docker` package analyzing (~20 min) after every WORKSPACE update. Aflter some investigation I found: most time spent on `go get -d -- ...`...

I try partically reimplement `jpegtran` tool for convert some images to progressive JPEG. Also added: - `exif.c`/`exif.h` for get image orientation (based on http://src.gnu-darwin.org/ports/x11-toolkits/gtk20/work/gtk+-2.12.3/gdk-pixbuf/io-jpeg.c); - `transupp.c`/`transupp.h` for lossless image rotation...

Proof-of-concept implementation. I tried to implement the upload of large files. The code turned out so-so, but it works. [JENKINS-56740](https://issues.jenkins-ci.org/browse/JENKINS-56740)

### Description of the bug: I want at the same time: - upload new application only if application was actually changed; - add stamping information to application. As far as...

type: bug
P3
team-Remote-Exec
duplicate

## Summary `Error Trace` produce strange output with invalid file paths: it join current directory and source filename, but source file can be located in another directory. It is especially...

### What version of Go are you using (`go version`)? $ go version go version go1.18beta1 linux/amd64 ### What operating system and processor architecture are you using (`go env`)? go...

Thinking
NeedsDecision
modules

Since cannot run remote cache key scrubbing action with remote execution, run this actions only locally. Actions without scrubbed input can still be executed remotely. Same idea as: - https://github.com/bazelbuild/bazel/pull/16240

team-Remote-Exec
awaiting-review