kewalsk
kewalsk
My goal is to have it more useful than official app, especially when it comes to browsing and searching the group members or history - currently not possible in official...
Yes, still working on that as much as I have a time. The group table is almost ready, except the sorting. Maybe I will add also paging in future because...
Please describe the problem in more details. Which part has the performance problem? All the API calls are asynchronous or you found it to be synchronous somewhere? Is there any...
I made simple implementation of searching in membership and channel member list. Ready to be tested in my [fork](https://github.com/kewalsk/My-OpenPeriscope).
There could be one benefit if you are able to integrate private broadcasts this way. The standard view is not working as the browser don't have necessary cookies.
Yes, looks like some solution, but this way I have to login twice. Maybe setting some cookies could make something like auto-login. The other problem I have is that the...
Yes, chromium. The chrome browser works fine. Thanks for the solution - replacing ffmpeg.dll solved the problem even with the newest nw.js version.
Usually a serious software source code is maintained in separate files. In Java for example you **have to** keep each class separately - there is no other possibility. The one...