-
## Version **1.3.0** of [@most/multicast](https://github.com/mostjs/multicast) just got published.
Branch
Build failing 🚨
Dependency
…
-
https://github.com/mostjs/core/blob/82b380deea1f80f685efb532bdea20ca8f07087a/packages/prelude/src/array.js#L67
ie
```js
export function copy (a) {
return a.slice(0);
}
```
-
### Summary
RxJS has a buffer() method (http://reactivex.io/rxjs/class/es6/Observable.js~Observable.html#instance-method-buffer) which is often used in examples of how to use streams/observables. A c…
-
Hi, I'm interested in using Mostjs but I find it difficult to find a good, somewhat "more complex" example, where it is using for instance pipes (like those in [RamdaJS](https://ramdajs.com/docs/#pipe…
-
Hi all.
Recent update to platform show that we have too much external dependencies in the code. Refactoring gets too complicated and requires lot of unnecessary changes. For example, if we need to …
-
Marble testing for me is one of the large advantages of rxjs, it is very clear and easy to use and describes the code well. The current solution is using a virtual timer and ticking forward x millisec…
-
**QUESTION 1**
I know this must have been answered somewhere but ..
why is this an issue ?
*(taken from [@most/create](https://github.com/mostjs/create))*
```js
// Unsupported:
let e…
-
Follow up to [Gitter discussion](https://gitter.im/cujojs/most?at=57fe5ad2614116a256792fd4):
For folks like me who are coming to most.js without a reactive programming background, it can be a very st…
-
The functions `zip`, `zipItems`, `snapshot`, `slice`, `scan`, `loop` and `combine` all have invalid TypeScript definitions when using partial application. We'll want to use the same techniques describ…
-
See [this comment](https://github.com/cujojs/most/issues/96#issuecomment-205080281). Can we provide a bit more guidance in the README about the characteristics that distinguish most.js, and for which…