Duarte Duarte

Results 19 comments of Duarte Duarte

@Trisjdc: no idea, I compiled and ran 3.3.5 after a few months of absence, logged in ingame and one of the characters couldn't the see the others armor (screenshot above)....

When using the `environment:` Docker/YML syntax, make sure not to include double quotes in the value, or they will be interpreted literally. So ```yml environment: - IGNORELIST_SERVICES=shepherd_shepherd wordpress_db wordpress_wordpress ```...

Fields above now also need `mtls_certificate_id` to support "Bring your own CA" https://developers.cloudflare.com/api/operations/client-certificate-for-a-zone-put-hostname-associations API docs: https://developers.cloudflare.com/api/operations/client-certificate-for-a-zone-list-hostname-associations

Confirming this bug as well, any time there's a change to 1 rule, all the other rules in the ruleset get their mentioned fields updated in diff ![image](https://github.com/cloudflare/terraform-provider-cloudflare/assets/530940/98cac73a-24e5-46ce-a9fa-9fa23ff2004d)

As of Node 7.3, env var NODE_EXTRA_CA_CERTS can be used as an alternative to changing `https.globalAgent.options.ca` in code. `export NODE_EXTRA_CA_CERTS='path/to/ca.pem'`

There's indeed a mismatch: ``` c++ uint32 Player::GetReputation(uint32 factionentry) const { return GetReputationMgr().GetReputation(sFactionStore.LookupEntry(factionentry)); } ``` ``` c++ int32 ReputationMgr::GetReputation(uint32 faction_id) const { ... } ``` `Player::GetReputation` is not used currently...

These artifacts happened before clustering was added and they do seem to be always in the same spot but I have to confirm this. This how BLPConverter processes the files,...

I'm afraid it doesn't matter what Node or node-gyp uses. Right now (however this could change if more file formats are added and so on), the only thing that matters...

A [bounty](https://www.bountysource.com/issues/26276849-quest-the-exorcism-of-colonel-jules) ($10) has just been posted on this issue by fallenoak.