Chad Wilson

Results 216 comments of Chad Wilson

Thanks for the report/suggestion! If I recall correctly, the UI tells you to "Enter each argument on a new line" in the help text. This is the way it seems...

@arer0008 Have you tried to put each argument to the command on a new line? The behaviour is intentional (otherwise you couldn't include spaces in arguments etc), but the display...

Hi @GentlemanHal - thanks for your work on NeverGreen! I wouldn't consider myself an expert on multi-arch builds in particular, but in my recent research it seems most take an...

After a bit more thinking, I found this not really **quite** as necessary as I was first thinking, since Nevergreen is also released as an executable jar which makes it...

FWIW, in addition to the error about listing namespaces, I also got `secrets is forbidden: User \"system:serviceaccount:default:my-release-jaeger-operator\" cannot list resource \"secrets\" in API group \"\" at the cluster scope` with...

I have a feeling some of the conversation here might be confusing things a bit, since there was a period of time where both modes had some problems on various...

@gregturn I think it should be safe to assume it fixes @lukaseder's issue, since he raised the PR? As to the original issue with the micronaut-data tests, the fix was...

it looks like the changes made in https://github.com/visionmedia/superagent/commit/7d70a7559d4df3e10ebcece0cf319083184278dc broke the pupported IE11 compatibility by changing lots of things to `includes` rather than `indexOf`

You might want to take a look at https://github.com/kostaskougios/cloning/issues/105#issuecomment-978225059 Seems this particular repo is unlikely to get a release.

Might want to look at https://github.com/kostaskougios/cloning/issues/105 For this type of thing you probably need to implement and register a fast cloner for `java.sql.Timestamp` which does not rely on reflection (to...