Vicky Chijwani

Results 46 comments of Vicky Chijwani

Ah, that explains it. So they're macros that expand to the hidden special forms (`fn*`, `let*` and `loop*`). Thanks for clearing that up!

Hi @HenriDellal! :wave: Thanks for reaching out. Unfortunately I'm extremely short on time these days so I won't be able to do this. You might say "it will only take...

The gradle version is 4.1, you can see it here: https://github.com/vickychijwani/kotlin-koans-android/blob/master/gradle/wrapper/gradle-wrapper.properties I'm happy to accept a PR with the checksum change and appreciate the effort you're putting into this 🙂

In the fdroid flavor, feel free to drop the firebase and crashlytics dependencies altogether (will require some code changes to make the app not crash if they're absent). For the...

The big problem with implementing pagination is what to do about cached posts that are deleted from the server. - If we no longer fetch all posts from the server,...

@Memphizzz I still work on this app, but you need to understand that I'm doing it in my free time. I have a separate, completely unrelated, full-time job too. I...

Design for WYSIWYG toolbar (animates in from the bottom, when switching tabs; screenshot taken from #94): ![2015-08-21-054354_1366x768_scrot](https://cloud.githubusercontent.com/assets/439616/9532503/3c3bf532-4d36-11e5-9c0a-466b881fb2d5.png)

Hi @lifehome! You're welcome to do the translation and I will happily include it. But honestly this project is quite new at this point, so there are only very few...

@pareshchouhan sorry for the incredibly late reply -- I actually wanted to defer a localization effort until strings in the app were stable. Now looks like a good time. Are...

@dexafree Oh now I see why the CI build is failing. It's because [CircleCI doesn't inject environment variables into triggered made via PRs](https://circleci.com/docs/fork-pr-builds/#security-implications-of-running-builds-for-pull-requests-from-forks) (it's a security risk). The main build...