Artem V. Navrotskiy

Results 33 issues of Artem V. Navrotskiy

Now call `NewImageFromBuffer` for truncated `jpeg` and `png` load successfully and produce some warning. It was unexpected for me. Warnings are useless in this case: in a multithreaded application, they...

bug
enhancement

Add Twitter card support (https://dev.twitter.com/cards/overview). .Site.Social.twitter parameter is requred for `twitter:site` parameter: ``` {{ with .Site.Social.twitter }}{{ end }} ```

**What type of PR is this?** Feature **What does this PR do? Why is it needed?** This PR allow customize `nogo` per rule. In my case I use multiple `WORKSPACE`...

Originally slot usage metrics was reported only on slot release. In this case, for example, we got constant zero `input_fetch_slot_usage` metric value with queue capacity 1

# Use case We try to use bazel-buildfarm for build and run test or project on CI. Unfortunatelly in out case we link multiple executable test binaries (above 100Gb). By...

## Version information: - OS: Ubuntu 20.04.2 LTS, x86_64 - Docker Server: 20.10.7 - Docker Client: 20.10.7 - docker buildx version: v0.5.1-docker - BuildKit: moby/buildkit:v0.9.0 ## Steps to reproduce Create...

Currentry on deleted kv2 secret version `versionedSecret` returns data with two fields like: ```json { "data": null, "metadata": { "created_time": "2021-08-03T15:41:55.520255191Z", "deletion_time": "2021-08-03T15:43:43.175152029Z", "destroyed": false, "version": 2 } } ```...

size/XS

Unfortunately `path.Join` remove last slash from result file. For example: ``` path.Join("foo/bar/", "") == "foo/bar" ``` As result `documentPathForRecursiveRef(current, "")` returns `rootDir` without directory as file path and next relative...

Workaround for errors like: ``` panic: weird mapping Exec goroutine 1 [running]: golang.org/x/debug/internal/gocore.(*Process).readSpans(0xc0003322c0, 0xc0003322c0, 0xa58f780, 0xc00e328d20, 0xc00fa6c000, 0x4b, 0x80) /home/bozaro/github/debug/internal/gocore/process.go:316 +0x304e golang.org/x/debug/internal/gocore.(*Process).readHeap(0xc0003322c0) /home/bozaro/github/debug/internal/gocore/process.go:272 +0x77b golang.org/x/debug/internal/gocore.Core(0xc00016e000, 0x40, 0x0, 0x0) /home/bozaro/github/debug/internal/gocore/process.go:157 +0x2c4...

cla: yes