Caleb Xu

Results 16 issues of Caleb Xu

This pull request proposes additional build options to the CMake-based install. Some files have been moved around/touched slightly also to facilitate some of these options/features, which are described below. These...

Hello, I encountered this issue in trying to package Quill for the Homebrew package manager. Right now we build Quill and use its bundled Fmt. Ideally we would use system/external...

#### What versions are you running? github.com/chromedp/chromedp v0.5.3 Chromium 83.0.4092.0 go version go1.14.1 darwin/amd64 $ go list -m github.com/chromedp/chromedp $ google-chrome --version $ go version #### What did you do?...

needs info

A bit of a shameless plug, but I figured it was relevant to the topic of terminals.

enhancement
endorsement-needed

Consider the following basic program: ``` package main import ( "fmt" "time" "github.com/briandowns/spinner" ) func main() { mySpinner := spinner.New(spinner.CharSets[11], 100 * time.Millisecond) mySpinner.Suffix = " Starting spinner" mySpinner.Start() time.Sleep(500...

**What steps did you take and what happened:** I downloaded the 0.25.1 source tarball and attempted to build it with the following steps: ``` go run build.go go-install go run...

This PR fixes https://github.com/containerd/nerdctl/issues/1408. When a build arg key is specified without an explicit value, [the value should be taken from the corresponding environment variable on the host](https://docs.docker.com/engine/reference/commandline/build/#set-build-time-variables---build-arg). When the...

This PR fixes #42. I've tried to cover a number of cases, especially on `TestAnalyze`, open to suggestions if there's anything that should be added/omitted.

Hello, is it possible to have a `make install` target added to the Makefile? This would be beneficial for package manager contributors to work with. Originally requested from [here](https://github.com/Homebrew/homebrew-core/pull/27909).

enhancement

**What would you like to be added**: Explain/document how to include/bundle extensions at build time of the OpenLens/Lens Core app itself. **Why is this needed**: Now that the bundled extensions...

enhancement
area/documentation
p1