Giuliopime
Giuliopime
My ci.yaml file ```yaml name: ci on: push: branches: - main pull_request: branches: - main jobs: build: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@master - name: Copy repository contents via scp...
### General Troubleshooting - [X] I have checked for similar issues on the Issue-tracker. - [X] I have updated to the [latest JDA version](https://ci.dv8tion.net/job/JDA/lastSuccessfulBuild/) - [X] I have checked the...
#### Expected Behavior I expected reviews to change when switching from a bot page to another via the search bar #### Observed Behavior Instead reviews don't change and the ones...
Konform uses `.match()` internally for the `pattern` validation. It would be nice if there was an option to choose which method would be used in the regex validation, for example...
- [x] I have checked the PRs for upcoming features/bug fixes. - [x] I have read the [contributing guidelines][contributing]. ### Changes - [x] Internal code - [x] Library interface (affecting...
I tried changing the device name by using the following configs in the app.toml file: ``` default_device = "macos-terminal" [device] name = "macos-terminal" ``` But when running spotify_player with this...
Use Amper to configure stuff instead of gradle where possible https://github.com/JetBrains/amper
Release homebrew cask when the repo meets the [minimum notability requirements](https://docs.brew.sh/Acceptable-Casks#rejected-casks):
There are a few things that CICD needs to do: - [x] Publish shared-core kotlin module for SPM (Swift Package Manager) - [ ] Publish macOS app to testflight -...