Giter VIP home page Giter VIP logo

wrk's People

Contributors

blangel avatar scottt avatar

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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

wrk's Issues

HTTP response 401

I'm getting this (note key + token obfuscated):

Note the URL works in a browser. Running from MacosX

[err!] Message: Server returned HTTP response code: 401 for URL: https://trello.com/1/members/my/cards?filter=open&key=8d56bbd601877abfd13153a999a840d0&token=831b4928f4xxxd5d1fd9d5dd1723fd00
[err!] java.io.IOException: Server returned HTTP response code: 401 for URL: https://trello.com/1/members/my/cards?filter=open&key=8d56bbd601877abfd13153a999a840d0&token=831b4928f4xxxd5d1fd9d5dd1723fd00

Support for 64bits JVM

Currently, my openjdk 1.6.0 64bits JVM isn't supported by wrk, which is surprising :)

I can test if needed.

Four leading spaces before descriptions?

Hi,

Using wrk version 1.0.1, there appears to be four leading spaces printed in front of a card description when using wrk desc

Since these spaces are not actually in the card description it's frustrating to have them included when running e.g. wrk desc - see the 'last name' example below:


HOSTNAME:~ kenny$ wrk desc c:134561234132412341
 Description of card 134561234132412341:
   card-title | 134561234132412341
     first name: 'forename'
 last name: 'surname'
 institution: 'some-institution'
 email: '[email protected]'
     https://trello.com/c/aFaFaFaF/card-title-here

I wonder if it's the following lines:

i.e. git grep for "four spaces, then a %s":


 HOSTNAME:wrk kenny$ git grep -i "    %s" *
 src/main/java/net/ocheyedan/wrk/cmd/trello/Desc.java:                    Output.print("    %s", desc);
 src/main/java/net/ocheyedan/wrk/cmd/trello/Desc.java:                    Output.print("    %s", desc);
 src/main/java/net/ocheyedan/wrk/cmd/trello/Desc.java:                    Output.print("    %s", desc);

OpenJDK 11 Exception in thread "main" java.lang.NoClassDefFoundError: java/sql/Date

Freshly installed OpenJDK 11 and wrk-trello via Homebrew:

computer:~ user$ brew info wrk-trello
wrk-trello: stable 1.0.1
Command-line interface to Trello
https://github.com/blangel/wrk
Conflicts with:
  wrk (because both install `wrk` binaries)
/usr/local/Cellar/wrk-trello/1.0.1 (8 files, 1MB) *
  Built from source on 2018-12-19 at 10:44:48
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/wrk-trello.rb
computer:~ user$ java -version
openjdk version "11.0.1" 2018-10-16
OpenJDK Runtime Environment 18.9 (build 11.0.1+13)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.1+13, mixed mode)

Trying to start wrk leads to:

computer:~ user$ wrk
Exception in thread "main" java.lang.NoClassDefFoundError: java/sql/Date
        at org.codehaus.jackson.map.deser.std.StdDeserializer$SqlDateDeserializer.<init>(StdDeserializer.java:1079)
        at org.codehaus.jackson.map.deser.StdDeserializers.<init>(StdDeserializers.java:76)
        at org.codehaus.jackson.map.deser.StdDeserializers.constructAll(StdDeserializers.java:103)
        at org.codehaus.jackson.map.deser.BasicDeserializerFactory.<clinit>(BasicDeserializerFactory.java:46)
        at org.codehaus.jackson.map.deser.StdDeserializerProvider.<init>(StdDeserializerProvider.java:81)
        at org.codehaus.jackson.map.ObjectMapper.<init>(ObjectMapper.java:398)
        at org.codehaus.jackson.map.ObjectMapper.<init>(ObjectMapper.java:358)
        at org.codehaus.jackson.map.ObjectMapper.<init>(ObjectMapper.java:328)
        at net.ocheyedan.wrk.Json.<clinit>(Json.java:13)
        at net.ocheyedan.wrk.Config.init(Config.java:79)
        at net.ocheyedan.wrk.Wrk.main(Wrk.java:18)

wrk-1.0.1.tar.gz is missing

Josephs-MacBook-Pro:Formula joe$ curl -IL "https://cloud.github.com/downloads/blangel/wrk/wrk-1.0.1.tar.gz"
curl: (6) Could not resolve host: cloud.github.com

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.