Benjamin Vargin
Results
2
issues of
Benjamin Vargin
**Describe the bug** I have a function using parameter expansion to remove starting characters: ```bash test_bats() { inString="::ab::cd:::ef::" # Remove starting columns inString="${inString##+(":")}" echo "${inString}" } ```` When I use...
Type: Bug
Priority: High
Status: Unconfirmend
Component: Bash Code
### Current behavior Hello, thank you for the work you're doing on cypress. I'm trying to realize a simple example with cy.clock() and cy.tick(). For that, I have create a...
stage: needs investigating