Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AR
Posts
0
Comments
269
Joined
2 yr. ago

  • My guess would be that it's relatively quick for them to do and it allows them to bring the Witcher 3 back into the public eye whilst also getting some good will from the active community. Bet they announce another Witcher game release soon.

  • The individual responding isn't the issue. They haven't made any decision to respond like this, they are following a script.

    The script is written by people who should know exactly what they are doing, so the result is either malice or negligence. Either way it's unacceptable where the law is concerned.

  • They're partially right. Eating sugar relaxes the stomach making you feel less full.
    I don't know if it's by design, but having a small dessert after a big meal will make you feel less bloated and more comfortable.

  • In JS a Boolean has 4 states.
    true
    false
    undefined (where the key is set to undefined)
    undefined (where the key doesn't exist on the object)

     
        
    if (obj.value === true) {  
        console.log(1);
    } else if (obj.value === false) {
        console.log(2);
    } else if ("value" in obj) { // key "value" is in the obj, but it is set to undefined 
        console.log(3);
    } else { // key "value" is not in object
        console.log(4);
    }
    
    
      

    You're welcome.

  • Absolutely. I'm fully on board with them demolishing it, but they should also be liable for all costs involved with the tennants along with compensation for the additional time and effort required in the tennants part. The developers need to be held accountable for every aspect of this, not just their own costs in the demo/rebuild.