f642a3194d | ||
---|---|---|
archive | ||
attachments | ||
priorities | ||
tags | ||
README.md |
README.md
2020-12-18
Ad Hoc
- Resolve weird issue on my machine where make vendor has started throwing
modvendor: command not found
- Caused by an Apple update https://stackoverflow.com/a/59138750/1700106
- Solution was to rename
./bash_profile
to./zprofile
- Compile list of known technical debt in
status-go
- Document Here
- Based on the
//TODO
items in the code - Gone through all directories up to
protocol
, need to finishprotocol
, allprotocol
sub directories and all remaining directories
Schedule
- 14:00 GMT - Core Retro
- https://meet.google.com/hqw-nsfk-xoq
- A review / summary of the year.
2020-12-17
Pulls
- #2100 - Expand Local Notifications -
commits
,research
- https://notes.status.im/notifications-android
- Currently have a bug that I think is caused by a the jsonMarshal func not working as intented, need to resolve this next before proceeding
2020-12-16
Pulls
- #2051 - Profile Images -
commits
- Related to debugging
- Issue finally resolved by Cammellos
Issues
Schedule
- 14:00 GMT - Samuel & Andrea 1-to-1
- https://meet.google.com/rhy-trwc-ybb
- Notes :
- Profile Images
status-go
notifications improvement- Adding
Notifications
field toMessageResponse
struct and parsing in thePublisherSignalHandler
- Adding