Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,975 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 42 commits in 4 repositories
Opened 1 pull request in 1 repository
cashapp/turbine
1
open
Reviewed 18 pull requests in 2 repositories
square/okio 16 pull requests
- Basic Filesystem support for Windows
- Mingw64 support
- Get tests passing under Linux
- Filesystem.copy() and delete()
- FileSystem.atomicMove()
- Filesystem.mkdir()
- Use object pinning to write buffers without copying
- Change the identity relative path from empty string to dot.
- Promote Buffer hashing to common Kotlin
- Filesystem.sink(Path)
- Move README.md contents into docs/index.md
- Replace instances of try/fail with assertFailsWith
- Filesystem.source()
- Throw on all Filesystem.list() failures.
- Filesystem directory listing
- New API, Path.name
square/kotlinpoet 2 pull requests
Created an issue in cashapp/sqldelight that received 4 comments
Migration allows referencing non-existent column of latest schema
Runtime Environment SQLDelight version: 1.4.1 Application OS: JVM, sqlite Given an original schema of CREATE TABLE user(name TEXT) Change it to CREATE