Thomas Belin
Thomas Belin
Hi guys, Two problems: - it considers the array as an object and replace number with the value at the index of the array; - it mutates the array and...
## Pull Request Checklist - [ ] My code is covered by tests - [ ] I will [merge the PR as breaking change](https://github.com/wireapp/wire-web-packages/wiki/Releases#create-major-release), if the API contract changes
This will completely wrap the messenger application into a react wrapper. This will allow us to quickly: - join leave components that are already migrated to React to the root...
This PR will help in the effort of bringing the fingerprint computation to the core. The idea is to gather all manipulation of prekeys only inside of the `CryptoService`. It...
using JSON to send proteus message payload is deprecated and protobuf is the new way to do thing. Protobuf has been battle tested with the federation env, we can now...
WPB-2505 [Web] Automatic scroll to bottom of loaded message chunk after navigation to old messages ## Description This will avoid automatic scrolling when we reach the bottom of the messages...
## Description This will harmonize how images are loaded across the app (using the same component (namely `Image`) to load images everywhere) ## Checklist - [x] PR has been self...
## Description Will upgrade all our CI jobs to use node v18 ## Checklist - [x] PR has been self reviewed by the author; - [x] Hard-to-understand areas of the...