Zach Feldman

Results 67 comments of Zach Feldman

Anyone planning to merge this soon? We're depending on it for a fix over at https://github.com/lambtron/emojipacks/issues/72 :D

This issue came back for me on Ubuntu 23.04 Lunar Lobster. After I upgraded Kinto was working weirdly and I realized `xkeysnail` 0.4.0 was installed. I uninstalled it but then...

@RedBearAK sorry for the delayed response here! I think your solution of using `pipx` is much more proper than what I did, globally installing the right version of `xkeysnail` by...

@newfylox I'm not really sure, I've never tested this repo against WP multisite...

Just reporting that I'm also having this bug.

Tried switching the syntax and that didn't fix it. Still getting a 401.

Is there anyway to see exactly what kind of request is getting sent through the gem? Like a debug mode of some kind?

``` ruby require 'tumblr_client' Tumblr.configure do |config| config.consumer_key = api_key config.consumer_secret = secret config.oauth_token = my_token config.oauth_token_secret = my_secret end client = Tumblr::Client.new #require the above in IRB, then... client.text("myblog.tumblr.com",...