Git Product home page Git Product logo

collins-cli's People

Contributors

byxorna avatar defect avatar discordianfish avatar michaeljs1990 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

collins-cli's Issues

Wrong URL returned for remote assets when querying with '--remote-lookup'

With the release of collins-cli-0.2.12 I was very excited to be able to get results from multiple collins servers by querying a single one.

It generally appears to work, so thank you very much to everyone who made that possible!

I did manage to run into an odd corner case:

collins find --remote-lookup --link -n <some nodeclass>

The resulting URLs all point to the collins instance queried, not accurate URLs to whichever is the actual collins instance where they live.

CC @michaeljs1990

(Originally incorrectly filed as tumblr/collins#583)

Add collins dc functionality for managing configs

Could be neat to integrate the collinsdc functionality from this bash snippet to manage personal configs.

collinsdc() {
  if [[ -z $1 ]] ; then
    l=$(basename $(readlink ~/.collins.yml))
    echo "${l##.collins.yml.}"
  else
    if [[ ! -f ~/.collins.yml.$1 ]] ; then
      echo "No collins config found for $1" >&2
      return 2
    fi
    ln -sfn ~/.collins.yml.$1 ~/.collins.yml && echo "Using collins config for $1"
  fi
}

Can't set attributes containing %

Hi,

looks like the attribute values gets interpreted as format string somehow:

$ collins modify -t "$tag" -a "test:%"
precision given twice

$ collins modify -t "$tag" -a "test:something where % is contained"
too few arguments

It looks like the client isn't doing anything special, so I suspect a issue with collins-client but couldn't find anything obvious. I'll try to reproduce this with only collins-client tomorrow and will move issue if it's a upstream problem.

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.