David Allison
David Allison
Hi, Could releases be tagged when they're added to Maven? I'd like to include the library in a project, and want to stay on top of dependency updates/breaking changes. P.S:...
> * Onboarding: download from AnkiWeb if the user already has an account This is something that I'm 100% on and would like to push heavily in our onboarding, even...
Anki Desktop allows the import of CSV/TSV, and makes use of the auto-detection of CSV files which is built into Python. Splintering off this task from #3517 as this is...
###### Reproduction Steps 1. Open DeckPicker 2. Settings - Themes - Set Theme 3. Select a theme + close ###### Expected Result * no crash ###### Actual Result * crash...
###### Reproduction Steps 1. Settings - Reviewer - Fullscreen ###### Expected Result Answer buttons at bottom of screen ###### Actual Result  ###### Debug info 2.15.6 and current dev build...
That should probably be added in a comment here in the code so future developers are not lured in, and/or could use a blurb in developer guide "how to do...
Badge image is broken on all pages. Example: https://dontkillmyapp.com/samsung#badge Chrome Version 98.0.4758.82 ## Cause `changeScoreParameterInBadgeSrc` in [main.js](https://github.com/urbandroid-team/dont-kill-my-app/blob/master/assets/js/main.js) Commit: https://github.com/urbandroid-team/dont-kill-my-app/commit/7ed393cbeb0bf900e902f828bae5d2fe8e5f1a26#diff-a493911cce6d7ca19a7be9aeed7cd061d2f676a65e843a240d919a817e34e292R133 `{{page.url}}` now expands to `/assets/js/main.js` The code becomes: ` $('#badge-shareable').attr('src', 'https://dontkillmyapp.com/badge/assets/js/main.js'...
Hi there! Thanks for picking up a deprecation task - we think these are good first issues because: 1- typically you can just search the codebase for a relevant string...
The script is occasionally flaky, resulting in `Script has finished with exit code 'null'`. Can't reproduce. ## YAML ```yaml steps: - name: Configure Windows Pagefile uses: al-cheb/[email protected] if: matrix.os ==...
```diff - metered_sync_warning + metered_sync_data_warning ``` ```diff - Your connection is metered. Data transfer may cost money + Your internet provider may charge money for data use ``` A user...