-
Hi guys, I have been facing some issues when I program my ESP8266/NODEMCU board as an access point. I'm currently using the Arduino version 1.6.7 and esp8266 version 2.0.0. I have tested with differen…
-
Hi
In my requirement , I need export stage as image base but there is one shape with different images , So I should update shape image attr when export .
I made one demo here : https://jsbin.com/…
-
This issue is created in order to gather feedback of users using the CC2531/CC2530 **AND** Z-Stack 3.0 (= Zigbee 3.0)
**You are about to enter a highly experimental area (no guarantees)**
**Note…
-
最近发现我们生产的项目经常有用户支付成功后,但是没有执行回调,经验证是微信支付回调返回的xml,有部分包含sign_type字段,但是在验签的时候,**payment会去掉sign_type,导致验签失败**。
旧版本的4.*,新版本的5.*都会出现。
如下是微信返回的xml,脱敏后的数据,
`\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n1000\n\n\n`
-
Running vke on windows cause Unhandled exception when trying to allocate a GCHandle for enum arrays. [This](https://github.com/dotnet/coreclr/issues/23230) should be solve in future version of ms .net…
-
So I will start by saying I'm not sure what I'm about to say is right but please stick with me.
This is the code I'm using to call the vkEnumerateInstanceLayerProperties
``` csharp
if (vkEnumera…
-
# Bug Report
## What happened
I'm sending mqtt configure command (topic is `/zigbee2mqtt/bridge/configure`, payload is `dimmer_rgbw03`)
zigbee2mqtt log:
```6|z2m | zigbee2mqtt:info 202…
-
### Summary
I am beginning to use jenkins-x. After playing with jx create quickstart -l python, I found my created pipeline could not successfully be built. It failed on skaffold build step with the…
-
**NOTE 2020-12-11 locked, please continue here: https://github.com/Koenkk/zigbee2mqtt/discussions/5266**
Texas Instruments has recently released a new high performance Zigbee chip: the CC2652R. Thi…
-
Hi, my code crashes when I try to use the Vk.vkEnumeratePhysicalDevices function.
Here is my code:
***
VkInstance inst = CreateInstance();
uint deviceCount …