Faïz Hernawan

Results 34 comments of Faïz Hernawan

It's the only thing I missed in rust ecosystem! Maybe we can rebase the patch to keep it synced with current development. Or to separate the patch into three platform...

> What do you mean ? Writing a documentation above the declarations ? Like this ? Yes kinda, or maybe inspectable like in Python or Emacs Lisp. > I'll probably...

Does it means to customize the plugin to work? I experienced this issue too. I think each plugin has `plugin.commands` config that define palette command. Does this is a new...

This happen when we set `desktop-restore-reuses-frames` to `nil` and doing `desktop-read`.

I tried to set the `autoFetch: true`, but it doesn't fetch it's relation model. After look on `getAsync` source code and test it out, seems the problem is, it stops...

Opening the task in the app when the todo / task item clicked from the widget is one of the solution, isn't it? [This code](https://github.com/HabitRPG/habitica-android/blob/develop/Habitica/src/main/java/com/habitrpg/android/habitica/widget/TaskListFactory.kt#L90) is where to start for...

Do you mean inside the app @CollinLBauer? This issue specifically talk about the widget.. I propose that if we click on the non-checkbox area task in the widget, it should...

As I tried my proposal flow, there is no individual task view/activity in Habitica. The edit activity does not enable us to check the sub-task. My proposal goes as far...

You'll need to upgrade `postcss-loader` to 3.x first. After that, adding the tailwind's PostCSS plugin, import the tailwind from sass will works.

Thank you for the response. If the IIFE is set and it interfere with the chunks feature, then is it considered as bug?