Jamie Alexandre

Results 22 issues of Jamie Alexandre

## Observed behavior In the coach dashboard, I clicked on the purple text in this notification, but nothing happened: ## Errors and logs In the console, I got this traceback:...

bug
P1 - important
APP: Coach

## Observed behavior In the setup wizard, when importing individual user accounts, and entering the credentials of an admin user as the account to import, the popup modal has several...

bug
P1 - important
APP: Setup Wizard

The [sync command](https://github.com/learningequality/kolibri/blob/develop/kolibri/core/auth/management/commands/sync.py) has a lot of branching logic and a variety of scenarios, and is only getting more complex with the introduction of individual user syncing and at some...

TAG: tech update / debt
DEV: backend

## Observed behavior Two related issues when importing content through Kolibri Studio Collection tokens: 1. When you add a collection token through "IMPORT WITH TOKEN", it filters the list down...

bug
DEV: frontend

1. We still refer to the old `DeviceOwner` model: https://kolibri-dev.readthedocs.io/en/develop/backend_architecture/uap/models.html 2. And I think @rtibbles recently made changes that affect how permissions interact with the Collection hierarchy, which may or...

TAG: developer docs

For online hosted instances of Kolibri, for some jurisdictions, we need to be able to toggle on a simple [cookie notice agreement](https://gdpr.eu/cookies/#:~:text=To%20comply%20with%20the%20regulations,cookies%20except%20strictly%20necessary%20cookies.&text=Make%20it%20as%20easy%20for,consent%20in%20the%20first%20place.). Fortunately, we can keep it fairly simple, as...

P0 - critical
design

It seems that when there's a Relation to a record, and that record is then deleted, Notion keeps the ID of the deleted record in the Relation property, so it...

From critical bugfixes to very handy new features, thanks to the community for the many contributions going into this release! Also, a multitude of thanks to @AndreClaassen1 for donating (after...

Branch: 0.14.x There are a number of known issues with the parsing of additional (DJANGO_OPTIONS) arguments passed to the `kalite` command. One is covered in https://github.com/learningequality/ka-lite/issues/4039, and the other is:...

bug

e.g. http://www.sqlite.org/pragma.html#pragma_synchronous (the "corruption" risk may not be a big one, and worst case should be auto-recoverable when it starts up again, as I understand it) (Assigning to @gwong89, as...