-
-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return tan to API requests whenever possible #1002
Return tan to API requests whenever possible #1002
Conversation
Hello @m-seker 👋 I'm your friendly neighborhood bot and would like to say thank you for So that you and other users can test your changes more quickly, If you make changes to your PR, i create a new link to your workflow artifacts. Best regards, |
I'll check it out tomorrow. thank you |
Tested in a custom build! Thank you for the quick fix, this works as expected and now includes the tan:
This example continues to NOT include the tan, but its entirely malformed JSON, so I think that's much more reasonable/expected:
Thanks again. |
@m-seker Hmm. Unintended consequence:
... from the logs ...
=> Accidentally made tan a mandatory field? |
28a83d4
to
2260155
Compare
@dermotduffy You are right, I fixed it, it should be OK now. |
@m-seker Rebuilt, now works without tan, thanks. A question: Is there an intended distinction between tan==-1 and tan==0?
vs
|
@m-seker |
Here is your new link to your workflow artifacts. |
@dermotduffy I couldn't decide whether it should be initialized to 0 or -1, 0 seems better fitted. Thanks @Paulchen-Panther |
Summary
Fixes #1001
What kind of change does this PR introduce? (check at least one)
If changing the UI of web configuration, please provide the before/after screenshot:
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing setups:
The PR fulfills these requirements:
Fixes: #xxx[,#xxx]
, where "xxx" is the issue number)If adding a new feature, the PR's description includes:
PLEASE DON'T FORGET TO ADD YOUR CHANGES TO CHANGELOG.MD
To avoid wasting your time, it's best to open a feature request issue first and wait for approval before working on it.
Other information: