Vladimir Lazunin

Vladimir Lazunin

39p

21 comments posted · 40 followers · following 0

8 years ago @ http://lazunin.com/ - A custom unicode build... · 0 replies · +4 points

Sad, sad news... Maybe I should put the entire distribution of JWPce here, with the dictionaries and everything. Guess I have the rights, with GPL and all.

8 years ago @ http://lazunin.com/ - A custom unicode build... · 0 replies · +4 points

Check if you are using Unicode character set in your project settings. If you used my solution file, it should be set there already, but who knows... Even with the same major version of Visual Studio, it sometimes converts the projects and loses some of the settings in the process.

9 years ago @ http://lazunin.com/ - Stclient, a client for... · 1 reply · +4 points

Hi. I've created a repository here: https://github.com/lazunin/stclient/
Had never used github before, so tell me if there's something else I have to do (like giving you some permissions regarding the repository or whatever). I chose MIT for the license.
Apologies in advance for parsing XML with regexps, mixing tabs and spaces and whatever other atrocities I've committed with my first commit.

10 years ago @ http://lazunin.com/ - Stclient, a client for... · 0 replies · +3 points

No, sorry, no such plans whatsoever.

11 years ago @ http://lazunin.com/ - Stclient, a client for... · 0 replies · +3 points

Well, it means that it tried importing PySide, failed, tried importing PyQt4 to use instead, failed again and couldn't recover. Are you sure you've got all Python paths right? Can you, say, import PySide from python console? (e. g. 'import PySide' or 'from PySide import QtGui') Is your Python 2.7.x?
The only Linux I have around right now is some version of Mint, I installed PySide from the repository, tried running stclient.pyw and it just worked.

11 years ago @ http://lazunin.com/ - Stclient, a client for... · 0 replies · +3 points

Perhaps I could've done it still on wxPython with this wxWebKit widget, although on Gentoo (if I remember correctly where that "emerge" is from) you would still have to compile...

11 years ago @ http://lazunin.com/ - Stclient, a client for... · 2 replies · +3 points

Ok, here's a new version, where you can see all online users (mind the caveat, though!) and there's an optional sound notification for incoming private calls. The Ctrl+C bug is fixed, too. Hope it's not too much trouble to install PySide :)
It may have even more bugs than the previous version, though. I can't thoroughly test it because I don't spend much time on Sharedtalk lately, so any bug report is appreciated.

11 years ago @ http://lazunin.com/ - Stclient, a client for... · 4 replies · +3 points

1. No. I never needed that myself and had no idea someone might. I will try adding it within a few days when I have time.
2. It sort of "works", e. g. it actually should work, but due to some bug (I guess) in the wxPython really crappy html view control it often doesn't, like when you press Ctrl+C when it is updating the page or something. I usually select the text I want to copy and press Ctrl+C for about 10 times in rapid succession, then one of those Ctrl+C's really copies the text. I know that's stupid, but so far I haven't fixed that bug.

11 years ago @ http://lazunin.com/ - Stclient, a client for... · 0 replies · +4 points

I looked at the protocol with a network sniffer and re-implemented (part of) it myself. I am unaware of any such document or public API for Sharedtalk.