slowcar
slowcar
I have a number of jobs with the last one depending on the execution of the rest. I assumed that i could solve this by giving them all the same...
I have a pdf that changes its orientation, the first page is vertical A4, the next horizontal A4. When using Androids built-in PdfRenderer the document is displayed correctly, but with...
I have an issue parsing ical files in my test cases, which occurs when my timezone switches from summer (DST) to winter time. There are two ics files, both from...
I like to start my morning with a bit of scrolling in Mastodon, usually until i reach the point where i left off before. Tusky seems not to load posts...
The upgrade guide https://github.com/microsoftgraph/msgraph-sdk-java/blob/dev/docs/upgrade-to-v6.md#authentication suggests to use DefaultAllowedHostsValidator, but this class cannot be found in the SDK. As a workaround i used the set from AzureIdentityAccessTokenProvider
We have an android application with a top-level build.gradle and an app module, as android studio creates as a default. In the top-level build.gradle i have added the classpath as...
### Is your feature request related to a problem? Please describe. The kotlin samples are in kotlin. The java samples are also in kotlin. ### Describe the solution you'd like...
I have the issue that the sdk posts no body (again). Related to https://github.com/microsoftgraph/msgraph-sdk-java/issues/1972 and https://github.com/microsoftgraph/msgraph-sdk-java/issues/1872 that i have posted before. I can finally reproduce the issue, it occurs when...
### Describe the bug We encountered a crash in our application due to the Graph SDK declaring ApiException, but the underlying kiota implementation throwing a RuntimeException whenever a network issue...