-
Not sure whether it belongs to servo or browser.html. On a local build of [today's servo](https://github.com/servo/servo/commit/4341dc5fb45a3e4d5397ca64e7aabe85f8ac23ab) on Linux:
1) ./mach run --rel…
nical updated
8 years ago
-
**Code to reproduce the issue:**
I have several isolated sinks whose contents change entirely based on a set of state machines/loading progress etc. Most importantly the outer-most elements change "s…
-
Right now, if you set the `el` option for a component, it will render in the element specified (like `body`, or `#main`), but crash the whole Ractive instance:
``` javascript
Ractive.components.modal…
-
I've put together a repo demonstrating the issue [here](https://github.com/dimbleby/sortable-table-bug) with instructions in the `README` - let me know if this is unclear.
Note that it does take exac…
-
I spent some time doing benchmarking performance. It's not news that currently our performance is bad, but I wanted to see just how bad.
Styler is performing thousands of DOM manipulations (reasonabl…
-
I have these files
**app.vue**
``` html
```
**list.vue**
``` javascript
export default {
data () {
return {
list…
-
### Description
Fable could use some additional docs/helper tools for newbies.
### Repro steps
If I git clone and build.cmd, how do I invoke the fable I just built? All the docs point to using npm…
simra updated
7 years ago
-
Hi Matt, I have a question.... I'm trying to use some kind of library with virtual dom (ex: mithril, react), in order to make animations more fluent on mobile devices, but Is it a good idea or is it n…
-
### Description
Please provide a succinct description of your issue.
### Repro steps
Build and run: https://github.com/mastoj/react-sudoku/tree/asyncerror
It's supposed to be @forki sudoku solver t…
-
Is there a way within this library to use something like `transform rotate(80deg)`? It's an animatable property, but I can't seem to get it to work. It appears that `exactly` is only for use with `Ani…