Raffi Utama
Raffi Utama
Have same issue cannot login using qr code
Yeah, i think you're right. There is no problem in your app, because your app use https://im.dingtalk.com/ and i am not able to log in even use my browser
I have tried this method and works. 1. Create startup script in `/tmp/sd/yi-hack-v4/startup.sh` 2. Input command for set static ip address ``` #!/bin/sh # set ip ifconfig wlan0 192.168.43.41 netmask...
If you want to use public method you can do it by calling `getTrackPointsBeforeTime` from tracks ``` trackplayback.on('tick', e => { const rendered = trackplayback.tracks[0].getTrackPointsBeforeTime(e.time) if (rendered.length > 1) {...
Hiii, can i work on this issue?
I can reproduce the issue. I think it's because the default timeout value set to 60 seconds on the [trigger](https://github.com/apache/airflow/blob/53bb2887def8a6bdf6b7b3924a1484f9f9d90b5b/airflow/triggers/external_task.py#L74C1-L74C31). Does the trigger of ExternalTaskSensor should wait for the dependent...
Got it, after reading the [comment](https://github.com/apache/airflow/blob/92181960463ed0183e087688b42d26e7b10edeae/airflow/triggers/external_task.py#L95C5-L95C5) on the code again. Timeout only happen if the dependent task is not running in the period times. If the task is on the...
@potiuk is the `deferrable` mode should behave the same as `non deferable` mode on ExternalTaskSensor? Because i found that the `deferrable` will not fail if the `external_task_id` failed. I think...
> [https://github.com/roleoroleo/yi-hack-utils/](https://github.com/roleoroleo/yi-hack-utils/blob/main/v5/curl.tgz) Hi, @roleoroleo i'm trying to use this binary but segmentation fault happen on Yi Home 47US, can you provide a guide to build module from scracth or provide...
> > segmentation fault happen on Yi Home 47US > > @raffifu A screenshot or more details like which firmware is used could be beneficial # Step to reproduce 1....