Ray
Ray
Hi, I've [a branch in my fork](http://github.com/rctay/bloggart/tree/rc/archive) that adds per-month archive pages and an index of these pages. It's not perfect; comments are welcome. For one, the per-month archival style,...
I've [a branch](http://github.com/rctay/bloggart/tree/rc/feedburner) in my fork that does this, check it out.
Hi, I ran into this as well, but when I was running tests. This issue popped up because of the use of `` from `native-base`. Here's an alternative fix that...
After much eyeballing, I discovered the change: s/relevand/relevant/. > All unmodified files from these and other sources retain their original copyright and license notices: see the **relevand** individual files.
Ran into this today while doing a `git clone`, got around this by using `git clone --depth=1`. (Note to others: should you need further history, you can "deepen" your git's...
Thanks for the review, and thanks for pointing me to that section, the new text does fit in better there.
Hi @satya164, > Thanks for the PR. I think adding "For example..." to the existing paragraph feels a bit out of place. I'd create a new paragraph for this. >...
about stopping the switching to the build window - sounds like something that can be done with an option. about this > happens after the first time you use `ctrl+b`....
I did some debugging on this. The `\binom` symbol requires AMSmath. Usually, this is loaded via `MathJax.Hub.Config({Tex: extensions: ["AMSmath.js"], ... })` Looking at our mathjax configuration, we aren't loading it....
did you save the file?