Benjamin

Results 4 issues of Benjamin

* App version: 0.6.2 Rev. 70 stable * Operating System (Platform and Version): Fedora 32 Workstation KDE * Type of installed package: Snap **Bug description** I'm unable to pass the...

Status: Done/In test
Type: Bug
Priority: Critical
Kind: Packages

- [x] I have searched open and closed issues for duplicates - [x] This isn't a feature request - [x] This is not a report about my app not working...

Bash example: ```bash line=" aaaaaab" pattern="[[:space:]]*(a)?b" if [[ $line =~ $pattern ]]; then echo "Matches" fi ``` Source: https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Conditional-Constructs Is there a way or plan to implement this with Amber?...

bug
compiler

### What version of `million` are you using? 3.1.11 ### Are you using an SSR adapter? If so, which one? Vercel/[email protected] ### What package manager are you using? bun ###...