Ganicus Magnus

Results 8 comments of Ganicus Magnus

Consider to reopen... not present in Color parent class. It causes problems when doing switch statements using swatch colors and doing conditional logic off Color instances typename. Shouldn't declare class...

@sauerbraten did you find out anything else about this? I'm experiencing similar issues.

> In terms of functionality all is good, it was just surprising behaviour when I hit this. > > For context, I am using the walk function to write tests...

Not a great workaround - why is there an "@" appended at the end of the tagname?

I don't have a better workaround. Just is a hassle to not be able to update a single service. Why can't the "@" be omitted if "imageDigest" is nil? I...

@stefanmichalk @mrq1911 Within the docker/engine/mapper/inbound.clj image-digest is defined from a string split that will return an empty string if not present instead of nil. It is the same way for...

The issue is in the vue-dropzone.vue component file on line 415 at the end of a conditional in the getSignedAndUploadToS3 method. ```javascript } else { promise.then(() => { setTimeout(() =>...