Damien Nozay

Results 10 issues of Damien Nozay

can't submit jobs to jenkins if parameters have '=' in them e.g. `JOB_PARAM="USER=damien DESTDIR=/tmp/$BUILDNUM"` here is my testcase: ``` groovy import org.kohsuke.args4j.Argument; import org.kohsuke.args4j.CmdLineException; import org.kohsuke.args4j.CmdLineParser; import org.kohsuke.args4j.Option; import org.kohsuke.args4j.spi.BooleanOptionHandler;...

https://github.com/a8m/angular-filter/blob/91ae1bfe75a4e747c2c52eab2065565aeb39c97e/src/_filter/collection/group-by.js#L36-L43 Because of memoization, special values such as `null` or `undefined` converted to their string equivalent `'null'` and `'undefined'`. e.g. I am trying to have an `accordion-group` whose heading is...

`dbpg` command is able to get `aws_db_parameter_group` resources, it would be good to be able to get options defined at the cluster level, in other words `aws_rds_cluster_parameter_group` resources. thanks for...

see https://requires.io/github/dnozay/lettuce/requirements/?branch=master ![screen shot 2014-10-29 at 11 32 51 am](https://cloud.githubusercontent.com/assets/205466/4832203/27d565d6-5f9a-11e4-8ae7-5f0d64ff7491.png)

in `lettuce.core.Step`: ``` python def _get_match(self, ignore_case): matched, func = None, lambda: None for regex, func in STEP_REGISTRY.items(): matched = re.search(regex, self.sentence, ignore_case and re.I or 0) if matched: break...

I was looking into how to add support for the 3rd party `ui-router` lib... so I started reading the code. It seems we are using regular expressions and doing things...

enhancement

### Terraform Version ``` ╰─ terraform version Terraform v1.0.9 on darwin_amd64 + provider registry.terraform.io/hashicorp/aws v3.37.0 + provider registry.terraform.io/hashicorp/random v3.1.0 ``` ### Terraform Configuration Files ```terraform terraform { backend "s3" {...

bug
cli
new
v1.0

Hi @brosner, when I look at https://pypi.python.org/pypi/django-tagging, there is no real way to see where the project is actually maintained. > Package Index Owner: @brosner, @insin, @Fantomas42 I see from...

This could work. ![image](https://cloud.githubusercontent.com/assets/205466/5249773/da550d4c-793a-11e4-8182-9914746cab00.png)

ok found that `$rootScope.$apply` is being called. ``` coffee notify: (args...) -> $rootScope.$apply => @q.notify(args...) ``` and let's take a quick look at `upsert`: ``` coffee upsert: (data) -> @_arrayOperation...

bug