Artur Malabarba

Results 29 issues of Artur Malabarba

Two things I think the tag bot should do: - [ ] Print the tags ordered by frequency. - [ ] Mark somehow which tags are synonyms of which.

enhancement

The api returns an empty result if we search for a tag synonym. Since synonyms are offered to the user in completion, we need to know about them somehow.

bug

This is something I've chewing on for a while. It's related to all the cache stuff discussed here as well, but it's not a direct consequence of that. In particular,...

feature request

_Depends on #121._ How do we want to design the user interface here? I like how the website does it (an icon at the top which pops up a list),...

feature request

This is, in my opinion, high priority for `0.2`. We need to start with an `sx-inbox.el` file, it should hold: - [x] Some functions to query for the list of...

ready
feature request

It would be nice to apply a different background to code-blocks in question-mode, just like the style of the website. I haven't done this yet because there are some minor...

enhancement
ready

For the future, it will be useful to have a variable which, when incremented, invalidates the current cache. This would be useful in case we decide to change the cache...

enhancement
ready

_Not a priority, just here for future reference._ The current question list is pretty, but people have different preferences. Ideally, there should be a variable somewhat like the following, which...

enhancement
ready

Currently, the only supported beacon is a linear decay from the cursor to the right. I'd like to support other beacons, like a symmetric beacon, a different decay pattern, a...

enhancement
ready

Is there an option such that all vars without a docstring are treated as though they were marked with :no-doc?

feature