Jonathan Boiser (JB)

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

TAG: new feature
P1 - important
APP: Device

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

Epic

## 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: ![image](https://user-images.githubusercontent.com/10248067/118328945-438b0380-b4bb-11eb-83ae-d4bdb718dedb.png) But I still see the...

bug
P1 - important
APP: User

### Observed behavior Screenshot from https://kolibri-beta.learningequality.org/en/coach/#/17f732bf12eca15a0cf6d846c3a1c8c4/reports/lessons/370c891ed77adb9d2fe7a0a14eaf5183/learners ![image](https://user-images.githubusercontent.com/10248067/98294984-a7110300-1f65-11eb-9696-c5d81ba63007.png) In the example, a user can appear twice. When running locally, Vue will also give warnings about using duplicate keys when rendering the...

bug
P1 - important
TODO: needs clarification
APP: Coach

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

TAG: developer docs

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

TAG: ux update
APP: Facility
design

### Observed behavior Here's a GIF of what it looks like when you navigate the quiz-creation workflow ![CleanShot 2020-10-13 at 16 10 44](https://user-images.githubusercontent.com/10248067/95925650-35330880-0d6f-11eb-99ab-ed0fc04049af.gif) Observe that the entire middle part of...

TAG: ux update
APP: Coach
DEV: frontend

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

TODO: needs clarification