Results 14 comments of Hamish Robertson

Ok. That's disappointing but thanks for the explanation. :+1:

After noticing the current behaviour I came here with the intention of fixing this. Happy to see you've already submitted a PR :+1: I would question whether the `:root` selector...

We started getting a 500 on scrapes from all 3 nodes with this error: ``` 2020-03-21 06:34:16.748 [error] CRASH REPORT Process with 0 neighbours crashed with reason: no case clause...

I'd like to get an answer to this question as I am experiencing an issue caused by it. In Docker 1.9.1 an shmsize of 0 is not replaced by the...

I don't use Gogs any more but as you :-1:ed my suggestion that #1663 was a duplicate of #776 I wanted to explain: #776 requested the addition of Protected Branches...

In my case this error was caused by setting the `regionendpoint` to the bucket subdomain hostname rather than the region hostname. `regionendpoint: "https://s3-us-east-2.s3.amazonaws.com"` :heavy_check_mark: `regionendpoint: "https://my-bucket.s3.amazonaws.com"` :x:

I can confirm that building 1.9.1 but with https://github.com/GoogleContainerTools/kaniko/pull/1809 reverted results in reproducible image builds working as expected.

It seems to me that this would be preferable: ```javascript props: { size: { type: String, alias: "rawSize" } } ``` Rather than this: ```javascript props: { rawSize: { type:...

This is an old request but I found it while searching for duplicates before creating my own similar request. My use case is members of a team have a policy...

Thanks @shubham-cmyk v0.15.0 should resolve the various bugs that were introduced by the v0.14.0 release, but my intent with this issue was to get a little bit more confidence that...