xaprb

Results 13 comments of 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...

I can't think of any either. We can leave this open as a solicitation for anyone who's interested.

I'm one of the owners of this repo but unfortunately I don't have time to help. Perhaps someone else can contribute. I will ask on Twitter.

This is interesting, but I don't know how to think about benefits and drawbacks, or other difference. For example, what happens if there is an error? I think we need...

Thanks. I had thought about proposing this repo's documentation to be worked into the official docs but never took the initiative. Too busy. I am happy to do that if...

Certainly. Why don't you ping me when it's time? We can leave this issue open for anyone who's interested to see.

I've updated this repo's documentation and moved it to a site hosted at http://go-database-sql.org/ for nicer browsing.

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...