Huy

Results 4 issues of Huy

I just found out about Thorium reader. Clean and snappy, love it very much! Just a small thing is that the icon is a little too big.

Here is my solution to [problem 29 - Get the Caps](https://4clojure.oxal.org/#/problem/29): ```clojure (fn [s] (apply str (filter #(

Hi, Please check the code example [here](https://github.com/Froussios/Intro-To-RxJava/blob/master/Part%203%20-%20Taming%20the%20sequence/6.%20Hot%20and%20Cold%20observables.md#disconnecting): ``` java ConnectableObservable connectable = Observable.interval(200, TimeUnit.MILLISECONDS).publish(); Subscription s = connectable.connect(); connectable.subscribe(i -> System.out.println(i)); Thread.sleep(1000); System.out.println("Closing connection"); s.unsubscribe(); Thread.sleep(1000); System.out.println("Reconnecting"); s = connectable.connect();...

On macOS, Quick Documentation window shows 'Cannot fetch remote documentation: internal error'. Does HaskForce support Quick Documentation?