Giter Site home page Giter Site logo

pi's Issues

windows_amd64に関して

Windows版の使用させていただきました。windows_amd64のアーカイブなのですが、中に入っている実行ファイルのpiに拡張子がないので実行にはリネームが必要かなと思いましたがどうでしょうか。

pi graphs update --is-secret false: don't work

Hi. pi is a so cool tool!
But I'm in trouble...

  • macOS: 10.14.5
  • pi version: 1.0.3 (rev: 2cb8b0a)

--is-secret true work.

$ pi graphs update -u <my-user-id> -g <my-graph-id> --is-secret true
$ pi graphs get -u <my-user-id>
{
  "graphs": [
    {
      "id": "my-graph-id",
      "name": "my-graph",
      "unit": "count",
      "type": "int",
      "color": "shibafu",
      "timezone": "UTC",
      "purgeCacheURLs": null,
      "selfSufficient": "none",
      "isSecret": true,
      "publishOptionalData": false
    }
  ]
}

But, --is-secret false don't work.
I expected that isSecret would be false.
isSecret is still true.

$ pi graphs update -u <my-user-id> -g <my-graph-id> --is-secret false
$ pi graphs get -u <my-user-id>
{
  "graphs": [
    {
      "id": "my-graph-id",
      "name": "my-graph",
      "unit": "count",
      "type": "int",
      "color": "shibafu",
      "timezone": "UTC",
      "purgeCacheURLs": null,
      "selfSufficient": "none",
      "isSecret": true,
      "publishOptionalData": false
    }
  ]
}

How do I get isSecret to be false?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.