Jonathan Boiser (JB)
Jonathan Boiser (JB)
### Steps to reproduce ```js // okay export default [...foo, ...bar] // not okay export default [].concat(foo) ^ ``` The bottom example is how the Buble compiler transforms something like...
I'm wondering if this package provides support for hyperclick, since I've seen it mentioned in some older issues (https://github.com/atom-community/ide-python/issues/143) and ide-python is mentioned as definition-location-provider in the [readme for atom-ide-definitions](https://github.com/atom-community/atom-ide-definitions)....
### Observed behavior On the Device > Channels page, if you try to import content from a peer Kolibri server on the internet/LAN, the button to import using a "token"...
Sub-issues for epic: Either the restart functionality does not exist or it does not use the new task restart API implemented in #7905 * Restart facility import * Restart facility...
## Observed behavior This comes from https://kolibri-beta.learningequality.org/en/user/#/signin, but I am also able to reproduce this locally I turned off guest access in Device Settings:  But I still see the...
### Observed behavior Screenshot from https://kolibri-beta.learningequality.org/en/coach/#/17f732bf12eca15a0cf6d846c3a1c8c4/reports/lessons/370c891ed77adb9d2fe7a0a14eaf5183/learners  In the example, a user can appear twice. When running locally, Vue will also give warnings about using duplicate keys when rendering the...
### Observed behavior In my experience, interacting with Keen-UI components (e.g. clicking, changing inputs, etc.) in unit tests with avoriaz, has forced me to use a different approach than with...
### Observed behavior On the Kolibri beta demo server, it takes several minutes to generate new content reports, so when you click "Generate" an indeterminate progress loader widget shows and...
### Observed behavior Here's a GIF of what it looks like when you navigate the quiz-creation workflow  Observe that the entire middle part of...
### Observed behavior Sometimes, when running Kolibri in development mode, this line: https://github.com/learningequality/kolibri/blob/032aa228597fdd14098796d8ccd98668e6a6f5a3/kolibri/core/analytics/utils.py#L431 will return values that are indistinguishable from a device that is running Kolibri in a "production" setting....