Nishant Rodrigues

Results 16 comments of Nishant Rodrigues

Sorry, the http just redirects to https so that's not going to work

Can you get codeship to rebuild? I don't seem to have permission. On Sep 22, 2017 12:08 PM, "Manasvi Saxena" wrote: > @msaxena2 requested your review on: > kframework/k#2344 >...

I used the `before` callback and got it working - though it breaks loading of images for browsers that don't have javascript, and requires you to specify the image as...

Thanks for the review @crudelios Is it possible to define `USE_FILE_CACHE` on Linux so I can test it without a Vita/Switch?

@crudelios Looks like I lost workflow approval because I rebased and force-pushed. I think this should be pretty much complete.

@crudelios Regarding merging `ok_cancel_buttons` and `sort_button`, I find that: ``` image_buttons_draw(0, 0, image_buttons, 2 + platform_file_manager_has_stat()); ``` is clever code that I need to take time to read and understand....

> Edit: It's also not working on Windows. Strange.. @crudelios Hmm, that's interesting. Looks like windows supports `stat`/`mtime`. So something else must be broken. What is the behaviour you are...

Merged all other suggestions.