Dimitri B.

Results 43 comments of Dimitri B.

You can use the `dist/client.base.min.js` as described in the docs. This should work without executing any code upon a require call/import. It also has the benefit of being much smaller...

You are very welcome to contribute the necessary changes to make this lib work for your use case.

@EladBezalel What about `null`? @sindresorhus Too trivial?

Sorry about this but when I think about a `Maybe` type I have usually something in mind that resembles the functional variant of it, also called [`Optional`](https://en.wikipedia.org/wiki/Option_type). Any ideas for...

And just looking at the type, it is so trivial that it actually sacrifices readability in favor of saving a few keystrokes. Now, everyone reading this has to look it...

Hi @sonnyp! Would you be willing to accept typescript definitions for most/all of the modules? I'd like to make multiple PRs for this because the size of the lib is...

@sonnyp Do you have new thoughts about this?

@JohnYepthomi What's wrong with all the [`@types/xmpp__*` packages](https://www.npmjs.com/search?q=%40types%2Fxmpp__)? Why can't you use them?

I think we could move them here. @sonnyp Shall we move the types from DefinitelyTyped directly into this lib?

> I have run into this issue in trying to upgrade to 0.19 in our Cordova wrapped Elm app. > > In my case related to https://github.com/ionic-team/cordova-plugin-ionic-webview which uses `ionic://`...