@CodeWithLuca

Results 19 issues of @CodeWithLuca

## Checklist - [x] I've the [latest update](https://github.com/AnderGoig/SwiftInstagram/releases) of Swiftinstagram. - [x] I've searched for [existing GitHub issues](https://github.com/AnderGoig/SwiftInstagram/issues). - [x] I've read the [wiki pages](https://github.com/AnderGoig/SwiftInstagram/wiki). - [x] I've read the...

**IMPORTANT NOTICE If you do not complete the template below it is likely that your issue will not be addressed. When providing information about your issue please be as extensive...

### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/JWTDecode.Android#readme) and [Examples](https://github.com/auth0/JWTDecode.Android/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [X] I have looked into the [API documentation](https://javadoc.io/doc/com.auth0.android/jwtdecode/latest/index.html)...

feature request

**Describe the bug** The function below sets Boolean and Numbers to null when values are put in the json object. **To Reproduce** ``` fun Intent.convertToJsonObject() = buildJsonObject { extras?.let {...

waiting for clarification

- Added direct sampling in project

The following headers are not yet managed by the library: - https://developers.satispay.com/reference/idempotency - x-satispay-apph (e.g. https://developers.satispay.com/reference/create-a-payment) Do you have plans to integrate it? It would be interesting to let developers...

The voyager-koin extension is wrongly placed under the **Android** section in the `setup.md` file. It should be under multiplatform.

Hello all, The discord link is expired. Where is it possible to find the 3d printed parts that are needed for this project as well as motherboard drawings so that...

This PR targets https://github.com/cashapp/multiplatform-paging/issues/357

Hello, for compatibility issues, could it be possible to downgrade from java 11 to 1.8? ```kotlin compileOptions { sourceCompatibility = JavaVersion.VERSION_11 targetCompatibility = JavaVersion.VERSION_11 } ``` ```kotlin jvmToolchain(11) ``` Snippets...