taichi icon indicating copy to clipboard operation
taichi copied to clipboard

[Bug] Fix bug to disable taichi header print

Open mushroomfire opened this issue 10 months ago • 3 comments

Issue: #8334

Brief Summary

The previous code #8413 had no effect because the value in os.environ can only be a string. This pull request will enable users to disable the Taichi header print by setting one of the following ways:

  • os.environ['ENABLE_TAICHI_HEADER_PRINT'] = 'False'
  • os.environ['ENABLE_TAICHI_HEADER_PRINT'] = 'FALSE'
  • os.environ['ENABLE_TAICHI_HEADER_PRINT'] = 'F'
  • os.environ['ENABLE_TAICHI_HEADER_PRINT'] = '0'

Walkthrough

copilot:walkthrough

mushroomfire avatar Apr 23 '24 13:04 mushroomfire

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 23 '24 13:04 CLAassistant

Deploy Preview for docsite-preview ready!

Name Link
Latest commit 8c62aa57e84c1e00a6757a35ac570facbf0b5ab1
Latest deploy log https://app.netlify.com/sites/docsite-preview/deploys/6677810d92484c0008b67aa4
Deploy Preview https://deploy-preview-8517--docsite-preview.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Apr 23 '24 13:04 netlify[bot]

/rebase

bobcao3 avatar Apr 25 '24 09:04 bobcao3

/rebase

bobcao3 avatar Jun 23 '24 01:06 bobcao3