Highlights
- Arctic Code Vault Contributor
- Pro
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
770 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
Created a pull request in GetStream/stream-chat-swift that received 3 comments
Fix plus signs in User fields becoming spaces in the set user request
The default encoding when building the query parameter with URLQueryItem will not encode the + symbols, thus making them become spaces. I fixed it β¦