Artur Malabarba

Results 175 comments of Artur Malabarba

@stardiviner No, it shouldn't be slow because we only perform syntax highlighting once (when the question buffer is first created), whereas typical major-modes usually have to do it on every...

I see now. What you want is called "previewing". The stack exchange API has a `render` method that gives us the html that's generated by a given markdown. We could...

I have a general question here regarding what your plans are. Specifically, about the elements of `sx-cache--cache-volatility-alist`. Is `CACHE` a symbol? If so, can't it be the same symbol as...

I like Shimkus idea of displaying the REP to the right. But I think we can use an alternating background color, instead of dots (...) in the space between Site...

> At any rate, it's an embellishment on the basic feature; let's take one > thing at a time Agreed.

Future note for myself. This will be much easier if we stop using tabulated list mode for the question list. That will require we reimplement some of its features, like...

We could probably just change our renderer to `delete-trailing-whitespace` after everything is done rendering.

The entire ordering of a package file is an important topic. Here are a few guidelines that come to mind. 1. Section by functionality, where the first section is reserved...

Yes, that happens because compiling doesn't actually _evaluate_ defuns. For instance, when you byte-compile a `.el` file, the functions from it are not defined. Therefore, when you byte-compile that example,...

As for the actual topic of the issue, I stand by the items 1 and 2 listed on my first comment, but item 3 can be replaced with just "Make...