-
> **GUIDE**
>
> This BUG issue template is meant to REPORT Tasmota software BUGS ONLY>
>
### BUG DESCRIPTION
i've one of these LCTECH 2 relays module, configured, put in rules as per guide down…
-
### What version of Dgraph are you using?
v1.2.2
### Have you tried reproducing the issue with the latest release?
No
### What is the hardware spec (RAM, OS)?
ubuntu 18.04 - CPU 4Core - 8GB …
-
This behavior was carried over from v9 to v10.
The selected option should remain in the dropdown and be shown as selected instead of being removed from the list.
Current behavior: Option 2 disappears…
-
### Steps to reproduce
1. In Browser call the nextcloud-instance
2. Fill in Username and -passwort
3. Try to submit the data by clicking the login-button or use ENTER
### Expected behaviour
Log…
ghost updated
5 years ago
-
I want to set the status of the garagedoor by 2 switches at the garagedoor.
But i cant manage to get the feedback to the garagedoor-homekit-accessory.
When i send {"CurrentDoorState":true} or {"Curr…
-
当前在A页面/userCenter/0,正常渲染,组件内有方法依赖于this.props.match.params.id ,当隐藏时触发render内的依赖id的方法,此时到B页面无参数,获取this.props.match为null。有什么方法是监听到当前是隐藏操作么
-
Hello,
I am using ADAL 2.6.2 installed via cocoapods. It works fine for my app until the last release of iOS 11.3. Now the SDK returns the following error: "The network connection was lost."
You…
-
## Bug Report
### Describe the Bug
I've changed my app-config.js to hit an Orthanc server:
```js
window.config = {
// default: '/'
routerBasename: '/',
extensions: [],
showStud…
-
Hi just installed everything from node red.
Everything works on the browser and the iPhone but the actual state of a light does not change in my house
I have Niko home control 2 in my house and ev…
geani updated
4 years ago
-
const [value,setValue] = useState('');
const change = (e) => {
setValue(e.target.value);
}
return (
{ change(e) }} />
…