Jonathan Duncan

Results 14 comments of Jonathan Duncan

I am currently getting around the problem in this manner: DISTSDIR=/var/cache/freight/dists [ -d "$DISTSDIR/saucy" ] && rm -rf $DISTSDIR/saucy freight add *.deb apt/saucy GPG="[email protected]" freight cache NEWEST=`readlink $DISTSDIR/saucy` rm $DISTSDIR/saucy...

@jcmoraisjr, this is still an issue. Any progress? When implementing your `udplog-d` utility, would you configure the `haproxy.tmpl` file like the following? ``` defaults option httplog frontend default-frontend log 127.0.0.1:1514...

Thank you for the update. Yes, I learned that I needed to use the `format raw` so that I did not get the syslog headers on every log line.

For a quick example of this, we can call the "_Get challenges for a user_" action: ``` curl 'https://habitica.com/api/v3/challenges/user?page=0' -v \ -H "Content-Type:application/json" \ -H "x-api-user: $HABITICA_API_USER" \ -H "x-api-key:...

@citrusella, you are correct, the `member=true` does give me exactly what I would expect from a request to the `https://habitica.com/api/v3/challenges/user` action. I am glad that you mentioned the use of...

If we want to get specific, 😆 we can look at the "_Buy an Enchanted Armoire item_" endpoint: `https://habitica.com/api/v3/user/buy-armoire`. A response on my account from today returns `68,847` bytes of...

@probaton, I would honestly like to hear all of your reasons for disagreeing with this ticket. @citrusella, from what I can tell, the version 4 of the API has been...

Python principles are life, and should be used in all aspects of said life. :) On a more serious note, I like using `brew` because I dev on a Mac,...

It would be nice to see documented exactly which actions are required for this plugin to work. I do not like giving more privileges than necessary. I use the following...

Well, after going through all the permissions myself it turns out that `s3-plugin-webpack` also needs the `PutObjectAcl` by default, unless `ACL: "",` is added to the `s3UploadOptions`, which was mentioned...