himselfv

Results 36 issues of himselfv

**[Original report](https://bitbucket.org/himselfv/wakan/issue/93) by me.** Originally reported on Google Code with ID 93 ``` New dictionary format (see Issue 76, Issue 82) supports multiple kana-kanji entries and multiple meanings for a...

enhancement
minor

**[Original report](https://bitbucket.org/himselfv/wakan/issue/33) by me.** Originally reported on Google Code with ID 33 ``` I have some suspicions that bugfixes might have broken or partially broken some word detection/best translation choice...

bug
trivial

I'm using this through spectrum2 -> purple-telegram -> tgl. When purple-telegram makes a lot of requests at the start sometimes it starts getting FLOOD_WAIT_3 and finally something like FLOOD_WAIT_375. I've...

``skypeweb_got_imagemessage()`` is a callback in in [skypeweb_contacts.c](https://github.com/EionRobb/skype4pidgin/blob/master/skypeweb/skypeweb_contacts.c) which is called when the image has finished downloading from the URI. It posts the image as: `` purple_conversation_write_system_message_ts(conv, msg_tmp, PURPLE_MESSAGE_NO_LOG | PURPLE_MESSAGE_IMAGES,...

Skypeweb correctly displays mood message in Pidgin when you first go online. But once you query user info at least once, the message is lost (you have to hover the...

Skypeweb queries offline messages like this: ``` void skype_web_get_offline_history(SkypeWebAccount *sa) { skypeweb_get_all_conversations_since(sa, purple_account_get_int(sa->account, "last_message_timestamp", ((gint) time(NULL)))); } ``` If there's no ```last_message_timestamp``` then no offline history will be loaded because...