Skip to content
View DeployIsComing's full-sized avatar
🧠
Make it work, Make it right, Make it fast
🧠
Make it work, Make it right, Make it fast

Block or report DeployIsComing

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. node-kickstarter node-kickstarter Public

    A boilerplate for building production-ready RESTful APIs using Node.js.

    TypeScript 5

  2. Example genesis.json for an Ethereum... Example genesis.json for an Ethereum blockchain
    1
    {
    2
      "config": {
    3
        "chainId": 33,
    4
        "homesteadBlock": 0,
    5
        "eip155Block": 0,
  3. ethers-io/ethers.js ethers-io/ethers.js Public

    Complete Ethereum library and wallet implementation in JavaScript.

    TypeScript 8.5k 2k

  4. Installing XDEBUG in PHP 7.4 - MacOS... Installing XDEBUG in PHP 7.4 - MacOS - brew
    1
    $ pecl install xdebug
    2
    $ vim /usr/local/etc/php/7.2/php.ini 
    3
    
                  
    4
    Remove the line
    5
    zend_extension=xdebug.so
  5. Fatal: Tag 'X.Y.Z' already exists. P... Fatal: Tag 'X.Y.Z' already exists. Pick another name
    1
    Delete de tag 
    2
    git tag -d X.Y.Z
    3
    Create again or create the hotfix / feature again.