Pradyot Ranjan
Pradyot Ranjan
### Description Fixes #3124 ### How Has This Been Tested? `pixi run docs` ### Checklist: - [x] I have performed a self-review of my own code - [x] I have...
### Description Related to: #1224 Adding support of `sh` shell type. This is a WIP for now, I've followed the implementation details of other shells (making some appropriate choices). I'll...
**Describe the bug** Not really sure about the technical aspects, but direnv does not work with warp terminal. The problem could be that hook isnโt firing inside Warp. It works...
## What type of PR is this? (check all applicable) - [ ] ๐พ Refactor - [ ] ๐ช Feature - [ ] ๐ Bug Fix - [ ] ๐ง...
- [x] Delete asv benchmarks if any. - [x] Make pytest-codspeed benchmarks deterministic. - [x] Use pytest fixtures wherever possible instead of generating them inline. - [ ] The benchmark...
I've made some conversions to the `test_study_functions.py` file, and it now only uses pytest. List of changes made: - Removed the unittest.TestCase class structure - Converted setUp / tearDown into...
[Pixi](https://pixi.sh/dev/) is the new, fast alternative to conda. We can use it for everything: running tests, creating local environments, local builds, in CI, etc. A lot of python packages have...