-
#13840 added an app template for go and the filenames break `go list ./...` when cdk project is embedded inside of a Go project.
### Reproduction Steps
```bash
mkdir project
cd project
cdk in…
-
This proposal is about to add support for quote into the present tool.
An implementation is available here: golang/tools/pull/30
It introduces a "quote" function into the template to inject quot…
lucor updated
2 years ago
-
Any time I try to get information from tcl/tk I do an Eval like this:
`
i := ir.Eval("[winfo screenheight .]")
fmt.Println(i)
`
and it produces a response like this:
**invalid command name…
-
The image used to run the kustomize stage to hydrate manifests is failing because the image recent got updated.
Error output during the hydrate-manifest stage is:
```
Error: accumulating resource…
bgood updated
4 years ago
-
## Problem statement
A tool I am using is generating the following schema, which sets `minimum` and `maximum` limits for a parameter of type `integer`:
```
"schema": {
…
avdv updated
10 months ago
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.12 linux/amd64
### Does this issue reproduce with the latest release?
Yes
### What operating system …
-
### Do you want to request a *feature* or report a *bug*?
Feature
### What did you expect to see?
Currently we are running a lot of NGINX behind Traefik and all of those needs to ch…
-
The jenkins infrastructure requires additional tools that should be installed in these templates:
- [x] The [`jx-release-version`](https://github.com/jenkins-x-plugins/jx-release-version) because o…
-
There are two items that I want to address:
1. Make it use the same "truth" function as if/with/not/and -- but we should think a little if this would break stuff
2. Lazily invocation of passed fun…
-
Some people might want to test their code with the latest versions ahead of any official release. It would be nice if that'd be doable by changing just the version tag.