wger icon indicating copy to clipboard operation
wger copied to clipboard

Self hosted FLOSS fitness/workout, nutrition and weight tracker

Results 328 wger issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 4.2.6 to 5.0. Commits 617bcf6 [5.0.x] Bumped version for 5.0 release. 94914b5 [5.0.x] Finalized release notes for Django 5.0. 8e1b820 [5.0.x] Updated translations from Transifex. e4d7cc3 [5.0.x]...

dependencies
python

# Proposed Changes - Add a tutorial video so that potential users and contributors may see a visual of what the benefits of the workout application are - For example:...

I'm following the [documentation](https://wger.readthedocs.io/en/latest/development.html) to install wger locally. But the `wger bootstrap` command seems to require `yarn` and `sass` So, in that documentation page, we should advise the users to...

Since bleach is deprecated and won't be getting security patches much longer, we should remove the library and move the exercise's description to markdown. TODO: - [ ] find a...

## Steps to Reproduce When starting the latest docker container the following warning appears: ``` warning " > [email protected]" has unmet peer dependency "@popperjs/core@^2.11.8". ``` Logging into the container and...

## Steps to Reproduce 1. go to training 2. Equipment or categorie 3. Add entry 4. Go to exercise 5. Add a exercise 6. Caterogie or equipement added previosuly not...

At the moment, when importing a current OFF dump with a threshold of 0.7 completeness, around 230 000 products can't be imported because the `extract_info_from_off` function can't extract the necessary...

We can use something like https://pypi.org/project/versions/ to get the version string

## Use case The public server for wger uses Recaptcha for their captcha. Recaptcha by google is not very privacy friendly and is needed to be used to register a...

good first issue

# Proposed Changes - Added feature to edit comment of exercises along with repetitions, solving issue#964 - It is a little hacky but it works and error handling is done....