Mark

Results 34 comments of Mark

Looks like the dependency has been updated to 2.3.0 on master: [build.gradle](https://github.com/cdancy/bitbucket-rest/blob/master/build.gradle#L24) https://github.com/cdancy/bitbucket-rest/commit/adbabe4c066bd1c10722ea3ee6df6d4ac4ab2b3d I guess I need to wait for a new build. In the mean time I can manually...

I suspect any POSIX compliant system can do it. It looks like exec exists for [linux](https://man7.org/linux/man-pages/man3/exec.3.html), [mac](https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/exec.3.html), and [freebsd](https://www.freebsd.org/cgi/man.cgi?query=exec&sektion=3). I don't know if it can happen in Windows. It also...

The use case is with line graphs that have unrelated x-axis values (such as sequential unrelated numbers) ![image](https://user-images.githubusercontent.com/17504314/39878107-8b3dabd0-5445-11e8-9086-35b1785bbe5b.png) This graph charts a quality metric over a sequence (Jenkins job build...

What version of Metabase was this made for / what versions will it work for?

Unfortunately it seems those environment variables are not respected if set to nothing: > bash-3.2$ export HOMEBREW_DOCKER_REGISTRY_TOKEN= > bash-3.2$ export HOMEBREW_DOCKER_REGISTRY_BASIC_AUTH_TOKEN= > > bash-3.2$ env | sort > . ....

There is authentication but we allow anonymous access on repository mirrors (remote repositories) on our private Artifactory instance. Hence homebrew-remote which mirrors ghcr.io does not require authentication. We could create...

Does work on this include being able to select multiple applications at once in the deploy widget?

Yea I've wanted this for a while. I had started to build it with system properties but those got removed somewhere :). If possible see if you can create the...