Risal Fajar Amiyardi

Results 39 issues of Risal Fajar Amiyardi

Jetpack Compose will be stable on July this year. Will this plugin support Jetpack Compose soon? It will be very useful to use this plugin on Compose. ![How color system...

Using FA icons: ![image](https://user-images.githubusercontent.com/28381124/144738616-cd717af3-288d-42e0-92f2-0cbd917287d1.png) Using Jetpack Compose built-in Icons: ![image](https://user-images.githubusercontent.com/28381124/144738642-28acdf7a-f3bf-47c2-8625-4f30cfa9f3ca.png) I am just using `IconButton` and `Icon` normally. I think there is something wrong with FA icons vectors, looking at...

## Basic Information Device type: Emulator OS version: API 30 EasyPermissions version: 3.0.0 ## Describe the problem What happened? onRequestPermissionsResult not executed when requesting permission from a Fragment What did...

## What feature would you like to see? We already have `mergeFields()`, it will be better to also have `ignoreFields()`. A possible use case would be when our data has...

type: feature request
api: firestore

## What feature would you like to see? In Firestore there's `@DocumentId`, a useful annotation to assign document id to a class automatically. Can this be implemented for Firebase Database?...

type: feature request
api: database

## What feature would you like to see? Currently, if we have a `Date` object in our data class: ```kotlin data class Message( val id: String = "", val sentAt:...

type: feature request
api: database

**Describe the bug** See image below. This only happened to outlined variant. **To Reproduce** Steps to reproduce the behavior: 1. Add outlined textfield 2. Click it Code: ``` Helper Text...

bug

**Describe the bug** When using leading or trailing icon with outlined textfield, the icon is misplaced (see image) **To Reproduce** Code: ```svelte search ``` **Expected behavior** Icon should be placed...

bug

**Describe the bug** I have a sortable DataTable, which will have `actions` column containing buttons for each item (edit and delete button). Since my table is `sortable`, `DataTable` treated these...

bug

**Describe the bug** on:change never called when new value is selected **To Reproduce** ``` console.log('change called')} label='Proyek'> name 1 name 2 ``` **Expected behavior** on:change triggered and console.log() should be...

bug
documentation