Evgenia Karunus

Results 47 issues of Evgenia Karunus

In what case are there multiple blocks per the reader object? What does it mean semantically when `blocks = reader.read()` contains more than one `Block` object?

question

This is a preliminary PR for the changes we discussed in Slack: - renames "Edit file" => "Edit image", adds "Edit image" to locales - typescriptifies `locales/src/ca_ES.js` Can be merged...

## Progress - [ ] Introduction - [ ] Overview - [x] Expressions - [x] MetaM - [x] Metavariables - [x] Computation - [x] Constructing Epxressions - [x] Backtracking -...

1. Inline code should be `more like this` 2. Some unicode symbols aren't getting rendered properly ___ Here is markdown on github for a comparison:

comprimise => compromise prescedence => precedence About the best lambda calculus tutorial online, very much in love.

fixes #5000, fixes #4609, fixes #4414, fixes #5063 # Description - enables indeterminate checkmark states - enables folder caching - fixes the issue where Unsplash was only loading one page...

### Initial checklist - [X] I understand this is a bug report and questions should be posted in the [Community Forum](https://community.transloadit.com/) - [X] I searched [issues](https://github.com/transloadit/uppy/issues?q=is%3Aissue) and couldn’t find anything...

Bug

### Initial checklist - [X] I understand this is a bug report and questions should be posted in the [Community Forum](https://community.transloadit.com/) - [X] I searched [issues](https://github.com/transloadit/uppy/issues?q=is%3Aissue) and couldn’t find anything...

Bug

``` theorem pow_dvd_pow_of_dvd {a b : α} (h : a ∣ b) : ∀ n : ℕ, a ^ n ∣ b ^ n | 0 => by rw [pow_zero,...

Tactic name we have: `coe inv` Tactic name expected: `rwa [coe_inv]`