Skip to content

⚰️ Welcome to attend the funeral of a friend 🤡 of us. #1600

@chaoticlonghair

Description

@chaoticlonghair

Note

Coding is hard, let's make some fun.
Take it easy, don't be serious.

Sensational headlines and funny stories would attract more readers.

Opening

Ladies and gentlemen, we are here to attend the funeral of a friend of us.
I'm sad to announce the death of him here, today.

When I found his body, he had been dead for a long time.
He was born to be expected to be hero 🦸, but died like a 🤡.

The world became brighter on the day that he was born.
He sadly passed after a short and non-happy life, and he won't be sorely missed.

Ok, let's pay homage to the remains.

Pay homage to the remains.

Heterosis: tabs and whitespaces.

㊙️ The murder scene.
  • In a same Rust file:

    • These lines use tabs to indent.

      H160::from_str("0x1000000000000000000000000000000000000000").unwrap(),
      MemoryAccount {
      nonce: U256::one(),
      balance: U256::max_value(),
      storage: BTreeMap::new(),
      code: hex_decode("60e060020a6000350480632839e92814601e57806361047ff414603457005b602a6004356024356047565b8060005260206000f35b603d6004356099565b8060005260206000f35b600082600014605457605e565b8160010190506093565b81600014606957607b565b60756001840360016047565b90506093565b609060018403608c85600186036047565b6047565b90505b92915050565b6000816000148060a95750816001145b60b05760b7565b81905060cf565b60c1600283036099565b60cb600184036099565b0190505b91905056").unwrap(),
      }
      );

    • These lines use whitespaces to indent.

      state.insert(
      H160::from_str("0xf000000000000000000000000000000000000000").unwrap(),
      MemoryAccount {
      nonce: U256::one(),
      balance: U256::max_value(),
      storage: BTreeMap::new(),
      code: Vec::new(),
      },
      );

  • In a same Markdown file:

    axon/core/api/README.md

    Lines 734 to 743 in 527ccdf

    {
    "id": 1,
    "jsonrpc": "2.0",
    "method": "eth_feeHistory",
    "params": [
    "0x1",
    "latest"
    [20, 30],
    ]
    }

    • Line 735 to 739 use whitespaces to indent.
    • Line 740 to 741 use tabs to indent.
    • Line 742 uses whitespaces to indent.

p.s. There are many, but "mais la marge est trop étroite pour la contenir."1

👉 Body of 🤡 is here.

indent_style = space

Lines only contain whitespaces or tabs.

㊙️ The murder scene.



p.s. There are many, but "mais la marge est trop étroite pour la contenir."1

👉 Body of 🤡 is here.

trim_trailing_whitespace = true

Whitespaces at the end of the lines.

㊙️ The murder scene.

## Network

This section lists the Axon JSON-RPC API endpoints.

Congratulations!

p.s. There are many, but "mais la marge est trop étroite pour la contenir."1

👉 Body of 🤡 is here.

trim_trailing_whitespace = true

Blank lines at the end of files.

㊙️ The murder scene.

If you have any suggestions to improve this policy, please send an email to [Nervos Security Team](mailto:security@nervos.org).


- Block and Transaction verification APIs.

p.s. There are many, but "mais la marge est trop étroite pour la contenir."1

👉 Body of 🤡 is here.

insert_final_newline = true

DOS-style line endings.

㊙️ The murder scene.

👉 Body of 🤡 is here.

end_of_line = lf

Ending

Had I forgotten to say whose funeral we joined?
.editorconfig's.

Since everyone is here, before you leave, we will give out an award of last month.

  • TBCoM of Oct, 20232

    No prize for the winner.

    But if you really wanted one, I could personally provide a URL of a 🔞 website, which could not paste it here. Send me a PM for it.

p.s. This issue is created via GitHub CLI.

Footnotes

  1. Fermat's Conjecture 2 3 4

  2. The Best Comment of Month.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions