-
### Some Background
While many claims that the DOM is slow, I've been happily using it for about 20 years without any major performance issue, and in more than a challenging situation where perform…
-
Hey, cool library for doing vt100 with a small footprint. Theres an issue with text style generation i encountered once stuff starts to get a bit more complicated than just a hello world.
Basicly, …
-
Many test code are something like:
```
func TestAAA(t *testing.T) {
if got != want {
t.Errorf("got %v, want %v")
}
}
```
However, these kind of code are pretty useless when we expected…
-
**Do you want to request a *feature* or report a *bug*?**
feature
**What is the current behavior?**
[Reparenting](https://github.com/facebook/react/issues/3965) is an unsolved issues of React…
-
### Describe the bug
When a (focusable) element is flanked by a Show component on either side, a signal triggering both Show components to true will cause the focusable element to lose focus.
Prox…
-
_From @girving on January 28, 2015 20:57_
_Copied from original issue: eddysystems/secret#52_
-
Example reproducer:
1. Clone https://github.com/kak-lsp/kak-lsp (I'm using `1ffcd26021fb2f5818353254e9e15042852bbedb`)
2. Open `src/main.rs` in your editor
3. Goto line 46, the one with `use std:…
-
Currently we're using one library to generate a unified diff string, then parse it into a datastructure.
This is inefficient. We should use a lower level myers diff algorithm instead:
* https://…
-
![image](https://cloud.githubusercontent.com/assets/27538/22975790/db0867ce-f355-11e6-838e-2f13c84a1857.png)
The example above showcases what I'm trying to do: the first line has two insertions ("v…
-
The sizes of the two binaries are 11.3MB and 18.2MB, causing MemoryError.