-
**Describe the bug**
When the browser finds an iframe in the DOM, it publishes a `Page.frameAttached event`, then Ferrum takes the params and uses them to create a Frame object that adds to a colle…
-
### Has your issue been reported?
- [X] I have searched the existing issues and confirm it has not been reported.
- [X] I give permission for members of the FlutterFlow team to access and test my pro…
-
We use short-lived pubsub channels. And typical case is:
- subscribe to channel
- check key in redis or wait message in channel
- unsubscribe from channel
Sometimes this cycle is really short in…
-
Hi All
When i run the subscribe_publish program . i made some modifications. In the publishing part I'm getting ERROR.
After flashing the example to your ESP32, it should connect to Amazon and…
-
Hello guys, i developed a .net 9.0 winform app, published in framework dependant and targeting win-x64.
First time a user will run this app, he will have the message "you must install or update .net …
-
### Overview
One key requirement for the competition is that the safety light must be on when the vehicle is on and blinking when the vehicle is in autonomous mode. Software defines autonomous mode as…
-
It would be cool to be able to subscribe to channels and publish messages to channels in Juttle. It would be like live programming. cf. http://redis.io/commands/subscribe and http://redis.io/commands/…
-
### Describe the bug
We use `zenoh_bridge_ros2dds` standalone executable to bridge ROS messages between two hosts (host A and host B) with the commands below. Host A and B are connected with a wired …
-
I've setup a mqtt server (mqtts) and everything works.
```
listener 8883
protocol mqtt
allow_anonymous false
password_file /etc/mosquitto/passwd_file
persistence true
persistence_location /…
-
```
Simplified example:
package xxx.Topclass;
import com.gwtext.client.pagebus.PageBus;
import com.gwtext.client.pagebus.SubscriptionCallback;
import xxx.FirstClass;
import xxx.SecondClass;
import …