Yves Kalume

Results 13 issues of Yves Kalume

I'm using an image from assets folder `![image](file:///android_asset/image.jpg "Image")` I tried to resize my image like this 👉 `![image](file:///android_asset/image.jpg =100x20 "Image")`, i also tried with HTML, but it doesn't work.

enhancement

### Is your feature request related to a problem? Please describe. Life is too short to google for dependencies and versions, instead of managing gradle dependencies form buildSrc we can...

### Describe the bug an internal error makes the application crash when a new user tries to signup ### To Reproduce Steps to reproduce the behavior: 1. Go to Sign...

https://user-images.githubusercontent.com/55670723/201496584-fd8dff25-2d70-4fb3-b273-cb9b45412a57.mp4

executeOnFirstMatch is useful when we want to execute an action on the first collection item that match a predicate. toggle is just a function to toggle an item from MutableList

**Describe the bug** Some HTML tags are not closed, this may cause some error in certain circumstances **To Reproduce** Steps to reproduce the behavior: 1. Go to https://tailus.io/blocks/hero-section?page=2 2. Copy...

**Is your feature request related to a problem? Please describe.** Let's add support for Larger screens (Tablet and foldable devices) **Additional context** https://developer.android.com/jetpack/compose/layouts/adaptive

Saving and removing articles are running asynchronously. Removing an article just after saving it were creating an invalid state sometimes, the article was not deleted. Bug : T366132