juanique
juanique
Hi, I work on a large monorepo that has multiple projects owned by different people. I'm migrating these projects to bazel and currently they each have their own `mypy.ini` file....
When trying to print hyperlinks in terminal using escape characters, the table width values get messed up and the table renders incorrectly: ``` package main import ( "fmt" "os" "github.com/olekukonko/tablewriter"...
I'm writing the output of of my tests to a log file that is visualized on a website. The UI does not support color so I'm running: ``` pytest ......
This code https://github.com/u2takey/ffmpeg-go/blob/6649d14c4aeb35093a062d4660a55507198cd03e/probe.go#L35 assumes that `ffprobe` is on the system PATH. There should be a way to specify the path of the executable to run.
Could this be added to the Bazel Central Registry with bzlmod support? I'm having some dependency hell issues when trying to update some protobuf rulesets while having this dependency on...