-
From Slack discussion.
Add Lua api which allows the script to ‘wait’ for a teleport finished/failed event. (similar to `startup.wait('STATE_STARTED')`)
-
## Description
using this line:
pywhatkit.sendwhatmsg(number, message, hr, min, wait_time=15, tab_close=True)
indeed opens whatsapp web, goes to the relevan connection, writes the given message…
-
### Steps to reproduce
EX should give a feedback ringing tone when the callee phone has started ringing.
### Outcome
#### What did you expect?
Ringing tone when a call using EC is made
#### What …
-
Some settings need some checks before their update is accepted. Those checks were formerly performed in the frontend, and now have been moved in the API. The problem is that the frontend doesn't wait …
-
When the search button on the finder and solver pages is clicked, it triggers an async function to run the search.
However, the search button remains enabled while waiting for the results, allowing mu…
-
This is a request to treat `action_required` not as a conclusion, but instead to pause the workflow and wait for the manual approval conclusion. This approach would ensure that the workflow remains pe…
-
### Description
For devices that provide a REPL over USB/VCP, it can be tricky to get the initial set of data send over the terminal using mpremote (or other serial terminal), as the serial device do…
-
Hello there, I observe similar behavior described in [issue 1986](https://github.com/hashicorp/terraform-provider-kubernetes/issues/1986) but in a stateful_set, where the pvc will wait for consumer …
-
When running the node it gets blocked by "waiting for imu..." loop, though my imu is being published correctly.
```
fran@fran-msi:~/Coding/tb4_ws$ ros2 topic hz /imu
average rate: 100.383
min: …
-
func Wait will panic, because callback is nil.
Can func Wait support nil callback? Maybe do nothing when callback is nil is better
```Go
st := stream.New().WithMaxGoroutines(20)
st.Go(func()…