wesleymatosdev
wesleymatosdev
### Is your proposal related to a problem? I tried to get one "good first issue" and was kind of annoying to setup a database externally just to start to...
- feat: add BOOKING_PAID on enums - feat: trigger the BOOKING_PAID webhook ## What does this PR do? Adds the `BOOKING_PAID` webhook from #7299 edit: Also creates `BOOKING_REQUESTED` and `BOOKING_REJECTED`...
**Issue Reference(s):** Fixes #698 /claim #698 /split @neo773 **Build & Testing:** - [x] I ran `cargo test` successfully. - [x] I have run `./lint.sh --mode=fix` to fix all linting issues...
- test: ensure that value is being cleaned - fix: set value explicitly to input, select, or text area elements **Please describe the changes this PR makes and why it...
Hey, team, I hope everything is going great! Since `master` is an offensive term for descendants of enslaved people ([more details here](https://www.theserverside.com/feature/Why-GitHub-renamed-its-master-branch-to-main)), it'd be preferred to use `main` instead. CC:...
### Description I've opened to this issue for this track discussions regarding tests! What are the most critical parts of the project to have tests on? I know that this...
- test: add test for `required_version` - chore: install `semver` - refactor: use `semver` to compare versions - fix: use exact version for comparison when no comparator is specified -...
My plan is to use [semver](https://docs.rs/semver/latest/semver/) library to achieve so. The idea is to change https://github.com/rust-lang/rustfmt/blob/041f11315923b0e4b0328b3bb6366de9148c7b6b/src/config/mod.rs#L217 including the comparison tools provided by `semver`. This will allow complex comparisons such as...
As `master` term has slavery references, and we're an open source diverse community, it would be incredible to change the primary branch name to `main`, so we avoid offending descendants...
- refactor(ios): fix CapacitorUpdater.swift sonar cloud issues - refactor(ios): fix BundleStatus.swift sonarcloud issues - refactor(ios): fix CapacitorUpdaterPlugin sonar cloud issues /claim #163