Sam Parkinson
Sam Parkinson
On master as of reporting time (8c915e5f47b0a6becdf570187e58939f36bd50fb). On Fedora GNU/Linux. Steps to reproduce: * Open citybound * Press "g" to add a grid Expected behaviour: Roads are created Actual behaviour:...
It seems possible, see this app: https://github.com/mdh34/hackup/blob/master/src/MainWindow.vala#L72
docs: https://github.com/HackerNews/API The api is a bit odd. You have to make a HTTP request for every comment/news item individually. So you get a list of empty values (just IDs),...
It would be nice to have spellchecking in the reply and submit selftext text boxes. Maybe it would be done like the way uberwriter does it: https://github.com/UberWriter/uberwriter/blob/master/uberwriter_lib/gtkspellcheck/spellcheck.py
Right now there are media previews in the sublist (click the tumbnail to open a popover). They are very buggy (eg. #6), but are a simple MVP. I haven't found...
- [ ] Fix the `TODO PM` button to actually do something - [ ] Make PM's display nicely in the sublist - display them like we do for comments...
Right now we include all the subscribed subreddits, but not the multies. It would be nice to also have a url shortner as well, `/multi/mine` -> `/m/` would be useful.
Could be nice to have a popup to manage subreddits. It would: - Allow re-ordering subscribed subreddits - Allow ubsubbing, and subbing to new subreddits Could be extended to have...
These callback is useful for widget toolkit users of the render, which need to insert a widget at when entering (as well as exiting) some of the block or table...