-
I used most-subject successfully in the past. Then I switched to xstream for a while. Now I am trying to use most-subject version 4.02 but it won't load when I try it in Chrome. I am bundling with Web…
-
# Overview
Publish this library to NPM
# Motivation
So we can all use it ;)
-
Hello everyone, I'm new to most and I was wondering if there is an equivalent to Rx's Subject?
In particular, I'm curious if there is a way for recreating `Rx.ReplaySubject`
For some more information…
-
This is related to cujojs/when#373. It seems as though commit 25bc8b7722ebdec631ad7760c6a34d218c6db9c8 broke my Browserify build:
```
Error: Cannot find module 'when/lib/decorators/unhandledRejection…
-
It seems as though streams which are nested using `flatMap` are not closed out correctly. Code sample:
``` JavaScript
var most = require('most'),
jQuery = require('jquery'),
socket = require('soc…