xaprb
xaprb
The fix appears to be simple: replacing it with `window.origin`. This works on the latest Chrome. Not sure if there are any problems in other browsers. It doesn't appear to...
Using highlightStyle instead of highlightLanguage works for me. I'll look at the documentation and see if anything needs to be updated. Thanks!
The following wiki pages need to be updated: * https://github.com/gnab/remark/wiki/Configuration#highlighting * https://github.com/gnab/remark/wiki/Markdown#syntax-highlighting However, I note that the fix you provided does not prevent Remark (or perhaps HighlightJS) from transforming the...
Something like `ticker.SubscribeShort(10)` feels too specific to our use case. Some users might want more than two types of durations. I do like the naming of `OnceEvery()` because that is...