Thomas Nield

Results 109 comments of Thomas Nield

@BoD Try this and you should see it works with the current setup: ```kotlin mySingle.subscribeBy { result -> println(result) } ``` @JakeWharton and yes, overloads are probably the most effective...

I know that... but what about text replacements that are not static or literal strings? Like dates, random string generation, auto incrementing, etc... For example, my big use when writing...

As far as I can tell doing another Google search, again it's just a lot of clicks and separate applications with Automator... building all this functionality with disparate scripts, UI...

[It looks like this all came from #1042](https://github.com/Hammerspoon/hammerspoon/issues/1042)

Did you actually subscribe to it or connect it?

In the documentation only? I'll fix, thanks!

Okay, I'm on vacation but I'll look at it when I get back in a few days. If you can please confirm it's not an issue with Hikari or the...

Hmm... yes there is something that doesn't look right here when comparing the implementation of `insert()` and `execute()`. The `insert()` relies on the iterator of `toObservable()` to close the connection...