-
I am trying to figure out how array observers work -- unsuccessfully.
I was writing up some examples, and just couldn't get `changeRecord` to have meaningful values both at init time and when the arra…
-
Forgive me if this is already documented, but would you be able to give a one or two paragraph description of what the `vm` thing is? I realize it stands for "view-model", but it's not the expected co…
-
Calling `.setAttribute('foo', 'bar')` repeatedly on the same element will continually trigger it's `attributeChangedCallback`.
This means I have to add conditional checking to my custom elements:
…
-
Happens often that I end up with stuck tooltips in the UI:
![image](https://user-images.githubusercontent.com/548849/32792663-38182280-c964-11e7-9605-6b4479f89b8a.png)
mtias updated
7 years ago
-
### Idea: To not deprecate Mobx.transaction
**Selfish complaint:**
I regret to see transaction being deprecated. I know `transaction` is the same thing that `runInAction` at the implementation lev…
-
**unless..** shallow cloned post mutation
#### Live Demo
https://plnkr.co/edit/dmd4MN?p=info
#### Steps to Reproduce
- Create two elements
- two way bind them via an array of objects
- on b…
-
The CMS script likes to add trailing 's's to labels, even to those that don't allow creating content in those collections. We should get rid of those, it's weird to see something like "Homes" or "Foot…
-
Context
===========
Hello, this is related to the project redis-oplog, https://github.com/cult-of-coders/redis-oplog
Timeline of an optimistic ui update as client:
1. Send call to a method tha…
-
**Issue by [sorvell](https://github.com/sorvell)**
_Thursday Aug 07, 2014 at 17:17 GMT_
_Originally opened as https://github.com/Polymer/platform-dev/issues/40_
---
When a browser is unsupported, t…
-
### CodePen demo
https://codepen.io/jdelStrother/pen/LzrBXE
### Steps to reproduce the problem
1. Add NewRelic instrumentation, or any other instrumentation that wraps native functions (Mutat…