Coder Social home page Coder Social logo

nagome's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nagome's Issues

Different version is shown when use `-v` option

I downloaded nagome v0.0.5 binary from GitHub Releases.
But nagome -v showed version which is different from expected version.

Expected behavior

nagome -v result is Nagome v0.0.5

Actual bahavior

nagome -v result is Nagome v0.0.3-47-g292b02d

Possible fix

Version text comes from git describe --tags (Makefile)
It seems that released binary was built before v0.0.5 tag, and it contains unnecessary information (number and commit hash).
So I think building after v0.0.5 tag and replacing the command with git describe --tags --abbrev=0 will work.

Cannot put default value for new settings item

For example, we added SettingsName setting item and want its default value to be "New Settings".
We can use hole default settings but cannot set default value with holding previous values because of yaml library we using.

old file

config:
- auto_save_to0_slot: false
  user_name_get: false

generated file (once lounch and quit)

config:
- settings_name: ""
  auto_save_to0_slot: false
  user_name_get: false

expected

config:
- settings_name: "New Settings"
  auto_save_to0_slot: false
  user_name_get: 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.