Skip to content

issues Search Results · repo:multiplex/multiplex.js language:JavaScript

Filter by

12 results
 (79 ms)

12 results

inmultiplex/multiplex.js (press backspace or delete to remove)

Importing mx from multiplexjs does not get types, mx is always any and using it throws excepion: Object(...) is not a function
Needs Investigation
  • junalmeida
  • Opened 
    on Mar 14, 2018
  • #38

Test Code it causes infinite loop when i test join method with below code. var data1 = [28, 26, 25, 24, 23, 21, 20, 19, 18, 16]; var data2 = [1, 2, 3, 4, 5, 6, 7, 8]; var data3 = mx(data1).join(data2, ...
Bug
Committed
  • narrowizard
  • 2
  • Opened 
    on Jul 26, 2017
  • #36

test code: var data1 = [{ Id: 1, Name: one }, { Id: 2, Name: two }]; var data2 = [{ Id: 1, Phone: 123456 }, { Id: 2, Phone: 654321 }]; var data3 = mx(data1).join(data2, ...
Committed
Needs Investigation
  • narrowizard
  • 2
  • Opened 
    on Jul 21, 2017
  • #34

orderBy TKey (keySelector: (item: T) = TKey, comparer: EqualityComparer TKey ): OrderedEnumerable T should be: orderBy TKey (keySelector: (item: T) = TKey, comparer: Comparer TKey ): OrderedEnumerable ...
Bug
Committed
  • patroza
  • Opened 
    on Jun 25, 2017
  • #33

// TODO: Set with Object define property, and set enumerable: false String.prototype.asEnumerable = function () { return mx(this); }; Array.prototype.asEnumerable = function () { return mx(this); ...
Suggestion
  • patroza
  • Opened 
    on Jun 25, 2017
  • #32

Typescript 2.4. .../multiplex.d.ts is not a module while using the import syntax: import * as mx from multiplexjs ; Not sure about the exact resolution, I guess the definition should be different depending ...
Needs Investigation
Suggestion
  • patroza
  • 2
  • Opened 
    on Jun 25, 2017
  • #31

TS2430: Interface List T incorrectly extends interface Collection T . Types of property forEach are incompatible. Type (action: (item: T) = void) = void is not assignable to type ...
Committed
Enhancement
  • patroza
  • Opened 
    on Jun 25, 2017
  • #30

value: resultSelector ? resultSelector(next.value.key, next.value) : next.value, should be value: resultSelector ? resultSelector(next.value.key, next.value.elements) : next.value, According to the LINQ ...
Committed
Enhancement
  • patroza
  • 1
  • Opened 
    on Jun 25, 2017
  • #29

i have an object array [{ Expression: model }, { Expression: data }] and i use mx to count the predicated items. here is my code: var data = [{ Expression: model }, { Expression: data }]; var c ...
Bug
  • narrowizard
  • 2
  • Opened 
    on Apr 11, 2017
  • #28

Hi I want to use multiplex as basis for data munging in js. Does multiplex cover this in total or should i be using an xpath library in conjunction with multiplex?
  • MortalCatalyst
  • 1
  • Opened 
    on Aug 1, 2016
  • #15
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub