Aron Fyodor Asor

Results 10 issues of 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....

TAG: new feature

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...

new feature
refactoring and performance

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...

new feature
ux / frontend
refactoring and performance

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...

new feature
refactoring and performance

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...

new feature

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....

new feature
ux / frontend

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...

new feature

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.

DEV: sysops
TAG: new feature

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...

TAG: performance

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.

TAG: dev experience
TAG: developer docs
DEV: dev-ops