Evgenia Karunus

Results 47 issues of Evgenia Karunus

``` import apiFetch from './utils/apiFetch' import fromHashToQueryString from './utils/fromHashToQueryString' ``` is highlighted as ![image](https://user-images.githubusercontent.com/7578559/68068044-48bdad00-fd72-11e9-93d8-ea454fd50278.png) (Same for any fileName that starts from 'from')

priority: high

## 🐛 Bug Report `expect(page).not.toMatchElement()` does not respect `page.setDefaultTimeout(timeout)`, and times out after 500ms. ## To Reproduce ``` page.setDefaultTimeout(5 * 1000) await expect(page).not.toMatchElement('.auth-key.placeholder', { timeout: 5000 }) ``` ## Expected...

bug 🐛

Is it possible to override headers and parameters in `do_request`? Do they get mixed up with other custom params? `do_request auth_headers` - this works (accepts them as headers), but on...

When we create cloze deletion flashcards for some word we don't know, e.g. "**grit**", we frequently go through the same algorithm manually: 1. Go to lexico.com: https://www.lexico.com/definition/grit 2. Copy a...

This is a PR for teacher to organize their students into groups, so that they can see which student belongs to which group. It's not fully ready, let's wait for...

Per-user profile pages, where users can: - [ ] update their emails/avatars - [x] courses user is an author of are listed - [x] courses user is learning - [...

Users sign up via github/google, and something the url to their avatars changes, which means we get this look: - [ ] As soon as user signs up - let's...

todo

To enable Memcode usage at schools: - [ ] We should implement email signups - [x] We should implement student statistics visible to the course author (quote: "moreover, it would...

Outdated browsers may not have it. ![image](https://user-images.githubusercontent.com/7578559/121988886-9571c280-cdb4-11eb-80c2-439cd4657bbd.png)

todo

From the email: > Understood, so there could be > (on creation of the flashcard) a little microphone icon that would let you record something, and > (on review of...

idea