Mizutama

Results 4 comments of Mizutama

たぶん同じことが起きて、現物合わせで直ってるっぽくなったのでこちらに書かせていただきます。 自作Twitterクライアントにて使わせていただいているのですが、 searchAPIに「#セイレン filter:images」を投げようとすると認証が失敗する。 でも「#セイレン」や「#seiren filter:images」はちゃんと成功する、というわけのわかんないトラブルに遭遇しました。 同じことをTwitter API Consoleで試すと問題ないので調べたらsignature base stringがいけないことが判りました。 (GoogleCode OAuthBase.csのGenerateSignatureBase()経由にすると認証が通ったので比較した) でいけない原因は リクエストするurl(パラメーター) q=%23%E3%82%BB%E3%82%A4%E3%83%AC%E3%83%B3%20filter%3Aimages&result_type=recent&count=100 OAuthMessageHandlerのSendAsyncオーバーライドのHttpRequestMessage RequestUri.OrigianlString https://api.twitter.com/1.1/search/tweets.json?q=%23%E3%82%BB%E3%82%A4%E3%83%AC%E3%83%B3%20filter%3Aimages&result_type=recent&count=100 リクエストと同じ OAuthUtility.GenerateSignatureのuriパラメーター OriginalString https://api.twitter.com/1.1/search/tweets.json?q=%23%E3%82%BB%E3%82%A4%E3%83%AC%E3%83%B3%20filter%3Aimages&result_type=recent&count=100 リクエストと同じ Utility.ParseQueryStringのqueryパラメーター ?q=%23%E3%82%BB%E3%82%A4%E3%83%AC%E3%83%B3%20filter:images&result_type=recent&count=100 %3Aが:に化けて渡ってくる しかし?q=%23seiren%20filter%3Aimages&result_type=recent&count=100だと化けない そして化けた方でメッセージダイジェストを作らないと認証が失敗する と、原因が掴めたけど理由がまだ判っていません。...

Already blurry... ![ws000000 2](https://user-images.githubusercontent.com/5542251/28612395-245c2214-722a-11e7-9985-af1a729f76eb.png)

Yes, it should be fixed even on WPF. The screen shot I attateched to 1st my comment shows WPF can draw cleary. The screen shot has 4 lines "あいうえお" ,...

Commented out some magical code then got cleary. ` if (i >= str.Length) { point.Y += glyphTypeface.Baseline * font.Size * 96d / 72d; point.X += rtl ? 96d / 72d...