Pelle
Pelle
I worked a bit on localizing [**Snap!**](https://github.com/jmoenig/Snap) to Danish. I think they just keep all the English strings in the code, but wrap them in a `localize` function, e.g. `(localize...
@bzg, I think that is a great idea. If you are running a **News** site, you basically lose your site configuration every time you do a `git pull`. It's just...
**Racket** has a [**markdown** library](https://docs.racket-lang.org/markdown/index.html). But unfortunately **News** forgets input and has to call `unmarkdown` on it, when someone wants to edit a previous text entry. So actually the first...
[More info on how unvoting works](https://news.ycombinator.com/item?id=12073675), in particular for down votes.
On Tue, Mar 06, 2018 at 01:15:11AM +0000, matt wrote: > A lot more difficult than simply fiddling with some Javascript... :sweat_smile: Voting in Anarki currently works fine w/o JS....
On Tue, Mar 06, 2018 at 02:38:41PM -0800, Kartik Agaram wrote: > I imagine (though I haven't actually checked) that you just have to `rem` the appropriate item from both....
I have taken a shot at unvoting [here](https://notabug.org/arc/knark/commit/24deff267b4cef9c1b2cdc1975feac1217d9cbce). I haven't really tested it yet, but it would be nice if anyone would try it out and tell me everything that's...
Also, [HN's JavaScript code](https://news.ycombinator.com/hn.js) is up for grabs when adding this unvoting stuff. As [dang](https://news.ycombinator.com/user?id=dang) writes: > Re HN's Javascript: you can use/adapt it however you like!
> A lot more difficult than simply fiddling with some Javascript... sweat_smile @matthewwiese, if you're still interested in doing the JavaScript fiddling part, I think now's the time.
Unvoting is working decently now in the Knark fork. I think I prefer focusing on actually making the new features, so if someone else feels like porting this to Anarki,...