Rahat

Results 18 issues of Rahat

### CI Test Type Acceptance ### Stacktrace ```shell Spec started : Logged-in User should open Volunteer Url with Volunteer button in Get Involved menu on navbar -> Failed [ Took...

bug
CI breakage

### CI Test Type Acceptance ### Stacktrace ```shell Spec started : Logged-in User in About Foundation page should open the page with the 420 Million link. LOG: The 420 Million...

bug
CI breakage

### Is your feature request related to a problem? Please describe. When we input anything in the exploration editor, it takes some time to autosave. Occasionally, it might take longer,...

enhancement

### Describe the bug The heading in volunteer page - `Volunteer to Make a Difference` is having inconsistency in mobile viewport. `Volunteer` is very big and `to Make a Difference`...

bug
Impact: Low -- DO NOT WORK ON THIS YET
Work: Low

## Proof ![image](https://github.com/hyperledger/caliper/assets/136263179/94383ceb-5bb3-4ab7-99f9-c78aa939ea24) ## Checklist - [X] A link to the issue/user story that the pull request relates to - [ ] How to recreate the problem without the fix...

This PR addresses issue #325 by implementing a DummyInferenceEngine for testing purposes. ## Changes - Created `DummyInferenceEngine` class in `exo/inference/dummy_inference_engine.py` - Modified `exo/inference/inference_engine.py` to include the dummy engine option -...

This PR addresses issue #3660 by making the `out/` folder contents more reproducible and filesystem layout agnostic. These changes allow for re-using the `out/` folder as a build cache between...

This PR implements protection for downloads at their source in HFShardDownloader, ensuring downloads complete regardless of request cancellation. This is a follow-up fix to #306, moving from blanket request shielding...