Description
Areas of Expertise
Debugging and Imaging
Summary
A user reported they got a bug when using the fit-in feature. We need to triage that bug and try to reproduce it. If we can't reproduce it with thumbor 7 latest version we can safely close the issue. The issue can be seen at thumbor/thumbor#1347.
Involved Modules
Task Relevance
It is key that we fix every single open bug to ensure thumbor keeps its battle tested reputation.
Further Details
Create a new thumbor.conf that matches what the user is reporting and run thumbor. Try to reproduce the issue. Reading the code in the stack the user reported usually helps.
How to complete this task?
This task will be completed once we identify whether there's a problem or not. If there's a problem, please create a new L2 task with what you found.
(no need to change this part in every task)
To complete this task, follow this workflow:
- Fork the involved repositories
- In each repository there's a documentation on how to install dependencies and initialize your environment
- Hack, in no particular order:
- Write code & tests
- Write new tests
- Write docs
- Improve design
- Check that all tests pass
- Repeat until you're satisfied
- Submit a pull request.