Joshua Spence

Results 35 issues of Joshua Spence

There are some functions which are either not implemented in Windows or are implemented but in a different version. For example, the [apache_child_terminate](http://php.net/manual/en/function.apache-child-terminate.php) method is "not implemented on Windows platforms"....

improvement

Currently, `terraform plan` outputs a lot of "noise". For example: ``` Refreshing Terraform state in-memory prior to plan... The refreshed state will be used to calculate this plan, but will...

enhancement
cli

It would be great if this library supported the use of IAM credentials (as opposed to an explicit access key / secret key pair). I'm not entirely sure how feasible...

I am trying to relay broadcasts to 192.168.1.255 but these are rejected because the code is only allowing 255.255.255.255 as the broadcast address. According to Wikipedia: > The broadcast address...

Allow for devices to be adopted on creation and forgotten on destruction. As these could be destructive operations I have made them both opt-in with `allow_adopt` and `forget_on_destroy`. One issue...

Terraform wanted to set `network_group` to `"LAN"` (the default value) on my WAN network, but doing so seemed to break things somehow. Before applying this change, this is what I...

bug

I enabled 2FA on my Ubiquiti account, assuming that it wouldn't affect local access but it does. The Terraform proviider fails without the 2FA token, and I don't think there's...

enhancement
upstream/terraform-plugin-sdk

Currently this plugin loads patterns from the `patterns/` directory within `logstash-patterns-core` and also from `$LOGSTASH_HOME/patterns` by default: ``` @@patterns_path ||= Set.new @@patterns_path += [ LogStash::Patterns::Core.path, LogStash::Environment.pattern_path("*") ] ``` On Logstash...

https://github.com/maxmind/libmaxminddb is avialable from `ppa:maxmind/ppa` but this package is not. Is it possible to add this package to the PPA so that we don't need to manually compile it?

enhancement