Aron Fyodor Asor
Aron Fyodor Asor
Branch: develop OS: all OSes Hi, I just noticed that Kolibri isn't installed on my laptop as of this writing. I checked other PCs and it's not there as well....
Support for Django 1.5 has been dropped with the recent release of Django 1.7. That as well a [slew of goodies](https://docs.djangoproject.com/en/dev/releases/1.6/) should make a compelling case for upgrading to Django...
The Learn tab is the most used section of the app, but it also loads a large amount of assets that significantly increase the page load time. Bringing it down...
Most of KA Lite development and usage happens in desktop PCs, which has a relatively large amount of memory and processing power compared to mobile devices such as tablets and...
The newest version of Bittorrent sync is incompatible with older versions, so anyone downloading the newest one won't be able to download our videos. Joshua Pritkin kindly pointed us to...
Once #2628 is implemented we'd like to allow organizations to specify whether a channel is public or private: **Public** - Any user can discover the channel and download from it....
Once peer-to-peer syncing has been implemented, devices must have a way of discovering securesync-enabled devices within the same network. There must also be a UI for showing the list of...
We can store our static assets on GCS(prod)/minio(dev). That removes the need for an nginx proxy in front of Studio, while allowing us to take advantage of Google's CDN.
The implementation for that function (/views/internal.py:api_commit_channel) takes more than 5 minutes to reply for the KA chef. Let's optimize this to make it return a value faster by either parallelizing...
Since we now have some developers regularly using a docker-based dev workflow, it'll be valuable to add that in as a dev setup option.