Anton Filimonov
Anton Filimonov
Hi, In our project we made a special static function in shared library to initialize plog and called it on application start before any calls to that library. In shared...
One possible workaround is to configure mono to ignore public key token for this assembly during strong name verification. Add this to /etc/mono/4.5/machine.config ``` ``` Use sn tool to get...
I'm using it in [Klogg log viewer](https://github.com/variar/klogg). However, I doubt that this project was counted in that video :)
Looks like I've stumbled upon same issue in my project. Unfortunately, I can't reproduce it myself, but got several crash dumps from users with similar callstack: ``` OS Version: Windows...
I've been trying to track down this issue for several months now. Reimplemented GetUpdatesChan in my own code without id check, everything seems to be working fine. I've checked several...
Thanks for useful feedback. It is still early work in progress. I just had to do a lot of base64 -> json recently and composed this little tool. Will make...
Add url decoding support
Nice idea!
Need to revisit and split into separate issues
I've merged the PR. However, there was one crash that could be related. I made two tabs. The removed the active one, then tried to search for something new without...