AgCaliva
(Agustin Caliva)
June 21, 2025, 4:30pm
1
Hello people, i solved this bounty but i have not seen any review yet:
master
← AgCaliva:Divide_By_Zero_Error_issue_2740
opened 07:55AM - 01 Jun 25 UTC
## Product Description
This solves #2740
/claim #2740
## Technical Summary
…
The problem probably was that the parent that you was using to get width for the generated bitmap was not sized yet, so was returning 0 sometimes. Common problem when programming for android, it gets solved most of the time by defining a ViewTreeObserver for the View that returns size 0.
This kind of bug can be really hard to find, most of the time you get noticed that it exists by automated tests, firebase logs or very cluttered app/low phone resources available when executing.
Thats why you was not able to reproduce.
This could have been more easy to solve probably if we had the firebase logs.
Also i dont see the forum related topic, seems like it doesnt exists anymore.
## Labels and Review
- [ ] Do we need to enhance the manual QA test coverage ? If yes, the "QA Note" label is set correctly
- [ ] Does the PR introduce any major changes worth communicating ? If yes, the "Release Note" label is set and a "Release Note" is specified in PR description.
- [x] Risk label is set correctly
- [x] The set of people pinged as reviewers is appropriate for the level of risk of the change
I have also seen that you have very old issues,
opened 03:59PM - 27 Oct 20 UTC
A form created where a TimeData question has the default value of
format-dat… e(now(), '%H:%M:%S')
should be initialized to the current time, but doing so on Oct 27, 2020 in the US Eastern timezone (likely others) results in the value being displayed to the user being 1 hour early (10am v. 11am, etc).
This is quite likely because the time value is being cast against an Epoch date in one instance (which is UTC-5 in US Eastern on Jan 1) and against the current date in another (which is UTC-4 in US Eastern on Oct 27)
There is any channel or someone with who i can talk to get things done and get paid? Thank you
What i want is someone to tell me what you need exactly, so i do the code and get paid.