tigattack

Results 87 comments of tigattack

Thanks! You can see an improved example of this method in a script [here](https://github.com/tigattack/VeeamDiscordNotifications/blob/dev/.github/scripts/pssa.ps1) and an example of varied results [here](https://github.com/tigattack/VeeamDiscordNotifications/actions/runs/1227231904).

+1. I'd love to have this so I can add a tag to images I upload with curl.

USB-C is input 49 on my Lenovo display.

I've also seen `X-Content-Type-Options nosniff` break the reverse proxy using NGINX. May be worth noting this in the docs.

+1. This happens because the reservation is not set correctly, per the output of step 2 (`HostName` is null). You can also see the name attribute passed to win_dhcp_lease.ps1 is...

Yes, agreed. I think this is most likely because the AddressState attribute of a reservation object is being compared ([win_dhcp_lease.ps1#L77](https://github.com/ansible-collections/community.windows/blob/08257cb/plugins/modules/win_dhcp_lease.ps1#L77)) when deciding whether Ansible needs to make a change or...

@neilyboy Yeah, I also suspect this is the case, but I do hope not. Quite disappointing if so, it would make no sense for them to have released Ghost 3,...

@daviddarnes one of those apps is iOS payware. Bear in mind this repo is Ghost-**Android** 😛 I understand it's opensource, and I love that, but a project being opensource does...

Is this on the road map to be fixed at any point soon? We're now over 8 months in and it's still broken.

For the time being, could you modify or disable the version check in the InfluxDB 1 module? InfluxDB 2 has a [v1 compatability API](https://docs.influxdata.com/influxdb/v2.0/reference/api/influxdb-1x/), but it's not possible to use...