Satyam Raj
Satyam Raj
**Summary** Currently, Raccoon uses Channels for the intermediate processing of EventRequests, which are then forwarded to the message broker. But it does not solve the problem of loss of events...
**Description** Mentioned version of `protoc` does not have aarch64 files, that fails the gradle build **To Reproduce** `./gradlew clean dagger-common:generateTestProto` **Expected behavior** Proto file generation **Behavior** ``` Execution failed for...
## This fixes the Gradle build failures when running on M1 chipset I added a condition to check for OS type and downloads the jar for osx-x86_64 as that still...
Getting the following error on the signup page: ``` POST http://localhost:8000/undefined/api/v1/signup 404 (Not Found) ```