Muhammed Rahif

Results 49 comments of Muhammed Rahif

FYI: https://svelte.dev/examples/await-blocks

resolved in #222

:tada: This issue has been resolved in version 1.0.0-alpha.2 :tada: The release is available on [GitHub release](https://github.com/Muhammed-Rahif/Notpad/releases/tag/v1.0.0-alpha.2) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:

@danterohlin @binkybarnes both are correct. I can't customize scrollbar in any way when [daisyui.com/docs/config#base](https://daisyui.com/docs/config/#base) is enabled (default). Disabling the `base` removes the colors, which I do not want to happen....

> Seems like it is a problem with my icon pack or theme. investigating I don't think so. I also have this issue after updating flutter. The icons that are...

Digging through the release notes of [3.24.0](https://docs.flutter.dev/release/release-notes/release-notes-3.24.0) I found that issue is occurred by https://github.com/flutter/flutter/pull/149777/files#diff-3d511a4e44157af68704c02a6e5cb6986e840ef78171b2ec0fab64d85dfb4840R352. The sample of change: ```diff - data: IconThemeData(color: foregroundColor), + data: IconTheme.of(context).copyWith(color: foregroundColor) ``` ---...

Can the svelte 5 migration script handle this? https://svelte.dev/docs/svelte/v5-migration-guide#Migration-script

I did not expect a simple bug like this could come from a 43k+ stars repo. I was criticizing my react skills until I console.logged the prevState value. And its...

@guidezpl please consider adding [SUSE](https://fonts.google.com/specimen/SUSE) to the list. Will resolve https://github.com/material-foundation/google_fonts_flutter/issues/19.