Vamshi Maskuri
Vamshi Maskuri
## Which problem is this PR solving? Resolves #5157 ## Description of the changes The changes include: - Added a new field` UIBasePath` to the `StaticAssetsHandlerOptions` struct. - I created...
- Fixes #8664 - /claim #8664 **Changes Made:** 1. Updated the rendering logic to occur outside the assertion function, enabling a more modular architecture for code reuse and alternate renderings.
**Summary:** Upgraded the hyper from v0.14.28 to v1.3.1 **Issue Reference(s):** Fixes #650 /claim #650  **Build & Testing:** - [ ] I ran `cargo test` successfully. - [ ] I...
**Summary:** Updated the CI to build Tailcall on all supported platforms without any feature flags - Unsupported platforms - [x] linux-x64-musl - [x] linux-arm64-musl - [x] linux-ia32-gnu - [x] win32-x64-gnu...
**Summary:** Refactored the code to remove duplicate patterns and function calls. Introduced helper functions wherever needed **Issue Reference(s):** Fixes #1431 /claim #1431 **Build & Testing:** - [x] I ran `cargo...
/fixes #8792 /claim #8792 The PR addresses a flaky test and potential implementation issues with ZStream.tapSink. The test failure occurred due to non-deterministic fiber interruption, leading to incomplete processing of...
### What's being changed: Fixes #3683 /claim #3683 ### Review checklist - [x] Documentation has been updated, if necessary. Link to changed documentation: - [x] Chaos pipeline run or not...
/fixes #8792 /claim #8792 The PR addresses a flaky test and potential implementation issues with ZStream.tapSink. The test failure occurred due to non-deterministic fiber interruption, leading to incomplete processing of...
/claim https://github.com/zio/zio/issues/8735 /split @mobley-trent @mobley-trent I have added this PR with minor tweaks in adjusting testclock after fork to work it as expected
## Which problem is this PR solving? - Part of #5545 ## Description of the changes - Rewritten sanitizers for v2 with the existing sanitizers to achieve parity with v1...