Andrius Bankauskas

Results 6 issues of Andrius Bankauskas

This closes #534 - the library loads very slowly when there are entries in the blacklist. Seems that I found the issue - there was a hidden `O(N^2)` loop in...

**Shuttle version:** Can be observed in 2.0.17 but also in commit `b4cd6f0286db3eb9cdea8338e54d7081af0618e1` **Description of bug:** The library takes a very long time to load on a cold start, when the...

**Affects:** `org.springframework:spring-web:5.3.23` --- Trying to update from `5.2` to `5.3.23` lead us to an interesting issue, where a usage of `MethodArgumentNotValidException` would not compile. A minimal reproduction would be a...

status: waiting-for-triage

I am trying to use a SNAPSHOT artifact and it seems that these are not supported by the `LockFileConverter.java`. Simple reproduction is a WORKSPACE file like so: ```python workspace(name =...

I would love to get a more informative error message here. I keep seeing this happen but since the error does not contain the hash of the CAS item being...

Hi, I [prototyped an idea](https://github.com/Andrius-B/bazel-lib/pull/1/files) about using a [bazel worker](https://bazel.build/remote/creating) and the naive implementation seems to copy the files over about 50% faster than using the `cp` process. I wanted...

enhancement
help wanted
performance