Federico De Faveri
Federico De Faveri
The signals values are transmitted "backwards" to PulseView. PulseView expects the data to be in reverse order (OLS implementation of SUMP): https://github.com/sigrokproject/libsigrok/blob/master/src/hardware/openbench-logic-sniffer/protocol.c#L499 Similar discussion in the [logic analyzer for Arduino](https://github.com/gillham/logic_analyzer):...
I've a core-list item with a paper-icon-button. When I click it the item become selected. The same don't happens with a normal button. More details here: http://stackoverflow.com/questions/27037084/how-to-prevent-core-activate-event-in-core-list-when-items-paper-icon-button-is
I'm updating the selected list passed to core-selector with the same elements but in reverse order, this cause some elements change his state to un-selected.
The binding to selected property modifies the passed List adding the original List as element. More details here: http://stackoverflow.com/questions/26926815/dart-polymer-core-selector-multiple-selection-binding-to-selected-not-working
I'm using a ObservableList of String as data field for the core-list-element but I'm getting this exception: ``` Exception: Uncaught Error: Illegal argument(s): first Stack Trace: #0 Expando._checkType (dart:core-patch/expando_patch.dart:134) #1...
When I put a core-pages inside another code-pages the internal one is always visible. More info and a possible solution in this SO question: http://stackoverflow.com/q/26230429/555220
I'm using a paper-menu-button inside a core-toobar but it is a pixel under the middle line (in some cases they become two) making it misaligned with other elements. I've checked...
The multi selection example for core-selection starts with no selections instead of the ones in multiselected list. https://github.com/dart-lang/polymer-core-and-paper-examples/blob/master/web/core_selector.html I think this can be cause by https://github.com/dart-lang/core-elements/issues/157