Jason Heard
Jason Heard
@powersj The upstream doesn't have the check because it knows it is the latest Docker version. 19.03 is pretty old, though, so eliminating the code for that version would be...
Any reason this is not being accepted? It is a useful component to stream-based programming.
I mocked part of the library for tests in [xbee-rx](https://github.com/101100/xbee-rx). The mock is [here](https://github.com/101100/xbee-rx/blob/master/test/mock-xbee-api.js) and one instance of its use is [here](https://github.com/101100/xbee-rx/blob/master/test/remoteCommand-tests.js#L330-L335).
@jonhardman `xbee-rx` builds upon `xbee-api` and takes care of the serial port connection and pairing off API calls with their responses. It is based upon [RxJS](https://github.com/Reactive-Extensions/RxJS) and provides streams for...
Are there plans to release the zbus version as either a feature flag or version 0.6?
Actually, I see in the history that you went back to `dbus-crossroads` for version 0.5. Did you have issues with `zbus`?
I found that the `dbus-crossroads` version didn't work for me with gnome. I cloned the repo and made two commits to update to `zbus` and the latest windows crate here:...
@Sinono3 Sorry, I let this fall between the cracks. I'll have that updated PR ready for this week.
It seems it is how the module is built. I could update the TypeScript config to package the module with es6 compatibility and then it wouldn't use the CommonJS module...
@CosminCraciun Can you see if `[email protected]` both works and removes this warning for you?