Vamshi Maskuri
Vamshi Maskuri
- Fixes #2198 /claim #2198 - Introduction - Concept - [x] Routing - [x] Request Handling - [x] Server - [x] Client - [x] Middleware - [x] Endpoint - Tutorials...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: The current runPromote function is too complex. Instead organised code into...
fixes https://github.com/zio/zio-http/issues/2776 /claim https://github.com/zio/zio-http/issues/2776 Here's the working demonstration: https://www.loom.com/share/8a39b9440e4341ceb1137f3ea8ab6f2d?sid=84c7ed14-8e7a-4aca-98cc-be593198e939
**Summary:** Requirements - [x] Move the tests from `src/cli/generator/tests` to `tests/cli/gen.rs` - [x] Move fixtures also to the tests dir. - [x] Use `include_config! macro` to load the configurations. -...
PR checklist: - Did you run ClangFormat ? - Did you separate headers to a different section in existing community code base ? - Did you surround `proton: starts/ends` for...
### Describe the bug VanillaReplayStategy returns KeyError I have pulled the latest upstream and tested it. here's the log: ``` (openadapt-py3.10) C:\Users\nsaip\Desktop\algora\OpenAdapt>python -m openadapt.replay VanillaReplayStrategy --instructions "calculate 9-8" [2024-07-12 13:23:34.345]...
fixes #532 /claim #532 ## Description This PR improves the daytona info command to display the number of unpushed commits in the current branch by providing a message like: ```Your...
/claim #416 fixes #416 Before the Change: The function iterated through characters in the `code` string, checking and potentially skipping characters marked for deletion `to_delete`. This needed adjustment to handle...
## Description Added a combined progress bar and spinner to visually represent the download progress, displaying both percentage completion and a graphical progress bar. ## Related Issue(s) This PR addresses...