Results 114 comments of Soviut

@GaryAustin1 I tried the following ```typescript .subscribe((status) => { console.log(status) }) ``` Which immediately printed `SUBSCRIBED`. However, I was still able to submit my post before the subscription seemed to...

@GaryAustin1 awaiting the subscribe() should also suffice; it doesn't have to be a callback. However, in both cases, the async behaviour is finishing prematurely.

@posva I was planning to do a PR sometime this week. This is just here as a reminder. I figured a "page head and title" page under the Advanced topics...

I was planning on including links and examples to a few libraries that can update the head/metadata/title.

@RussCoder No matter what, the operation is async so a return value of anything other than a promise seems kind of pointless. I've seen it done where returning a promise...

@robinsondotnet would you like me to write the documentation for this so that it can be merged?

@DutchGerman I'm sorry, I don't think I ever received the notification for this back in August. I'll have to refamiliarize myself but I do want this to get merged.

@robinsondotnet I've been working on the docs but will need to collaborate with you to contribute them to this PR. I've never had to contribute to a 3rd party PR...

Tried node 14, 14-alpine, 12, 12-alpine and all yielded the same error. I had to shell into a node container, install globally and then npm init. ```bash MSYS_NO_PATHCONV=1 docker run...

I didn't realize IE had 8 digit hex. LESS could still normalize this but it could potentially break existing IE-specific sheets. Somehow, I doubt many people are using said IE-specific...