ahstro
ahstro
### Is there an existing issue for this? * [x] I have searched the existing issues ### Berty product Mobile app ### Berty product version 2.431.2 ### OS Android ###...
### Pitch Rename "Favorite" to "Like" ### Motivation Now that bookmarks are a thing, there might be some value in renaming the "Favorite" feature to "Like". I think it'd be...
The code is updated to Elm 0.19, but the README still uses `Json.Decode`'s `(:=)`, an old version of `Http.get`, and backtick syntax. I'm still trying to figure out how to...
So, this is happening. The point farthest to the right is `31/1` and the consecutive ones going up is `1/2`, `2/2`, and `02/02`. 
I can't figure out a way to reset a knob or slider to its default position without resetting the entire plugin. I also can't find any information in the manuals...
I have a local server, running SFTP. I am able to reliably access it from my computer (e.g. using FileZilla or gvfs-enabled file managers), but for some reason, accessing it...
I loved the battery bar charging animation, but I got stressed out and distracted from how quickly it fired so I added the option to set an offset between animations....
Loved the feature, didn't have one of the supported torch apps. Sorry about splitting it up in two commits. Had to go to the battery branch to add your code...
Errors in Vim are currently quite hard to read, looking like this:  I solved this for me with this change [here](https://github.com/junegunn/seoul256.vim/blob/master/colors/seoul256.vim#L262), ```diff -call s:hi('Error', [s:dark_fg, s:light_bg_1], [52, 174]) +call...
Instead of using `List.foldl` to reduce children and then having to `List.reverse` the child nodes, use `List.foldr` and skip reversing. I *think* this makes sense, since `Dict`s (the other thing...