solidpulse
solidpulse
just another way to debug: ``` let myStore = store({}) window.myStore = myStore; ``` you can then access it in the chrome console or even better, you can simply attach...
Yeah took me a while to understand toBeOpen() isn't available, for the rest, just copy paste this: ```java private static HealthCheck toBeOpen() { return port -> SuccessOrFailure.fromBoolean(port.isListeningNow(), "Internal port "...
I don't think any Java Frameworks do that yet, Github uses a similar technology as well(if you look at any page and view the AJAX requests), The biggest benefit being...