Niklas Therning
Niklas Therning
I had the same issue. My `items` table was using `latin1` as default character set. After running ```sql alter table items convert to character set utf8 ``` the template could...
This is a bug in RoboVM caused by weird behavior in OSX/iOS when receiving empty UDP packets. We have pushed a workaround which seems to fix the problem. In any...
The [workaround](https://github.com/jenkinsci/ghprb-plugin/issues/556#issuecomment-356640427) doesn't seem to resolve this issue when using `ant`. The PR description, including any backticks, is still passed as `-DghprbPullLongDescription=...` in the `ant` command line.
For full Azure AD support in AppAuth-iOS PR #710 also has to be merged. See my comment on that issue: https://github.com/openid/AppAuth-iOS/pull/710#issuecomment-1172169490
I have signed the CLA.
Would be great to have this PR merged as it fixes an issue with Azure AD we have been experiencing. The Azure Portal gives us a redirect URI which looks...
Still waiting for someone to review this PR. I signed the CLA almost 2 years ago. Just now I rebased it onto master. Perhaps @mdmathias who have been committing to...
@AristideVB I'm afraid I don't know how to make it work with Azure without #710 and #714. The Spamdrain fork at https://github.com/spamdrain/AppAuth-iOS has a branch which adds #710 and #714...