Gili Tzabari

Results 301 comments of Gili Tzabari

@rhwood I'm still waiting for your response :) Locking someone else's keychain also locks your own keychain. To prove this run the following test: 1. Open Keychain Access 2. Open...

Dan, I believe https://github.com/peterday/watchmaker/commit/2bc7d2d4564aa063049e2b05173276d2f4a87099 contains a patch for implementing Differential Evolution on top of WatchMaker.

@juherr It works fine as a workaround, but has the undesirable side-effect of disabling other remaining listeners that might be enabled by default. Please let me know when I can...

It looks like this is caused by https://github.com/hashicorp/terraform-provider-aws/issues/32 Question: Why do spot instances provide a `tags` property if they will not work? I suggest removing this property or updating the...

I think my previous post is incorrect (or at least out of date). If you create a `aws.ec2.Tag` resource then spot instances get tagged correctly. The problem now is that...

I am having the same problem. Any idea on how to solve this?

I'm so happy you linked to this documentation. I had no idea that `oss-parent` was deprecated nor that the documentation at https://central.sonatype.org/publish/publish-maven/ even existed. I guess it's time to update...

I doubt anyone really cares about backwards compatibility from the perspective of extending/forking this plugin. It's probably more a question of how do you notify users that newer versions of...

@TimMoore If I'm already using some version of a plugin (i.e. I'm not a new user) I typically find out about new versions by invoking `mvn -U versions:display-dependency-updates versions:display-plugin-updates versions:display-property-updates`...

@snazy Your PR won't build because some of our dependencies require Java 11, and to be honest I am not keen to support older platforms unless I have to. If...