-
Hello,
in the function block MQtt within this code block
`CASE (intState) OF
0 : // Wait for received packet start
IF ((Data.runTime - Data.lastInActivity) >= Globals.MQTT_SOCKET_TIMEOUT) THEN
…
-
* `carthage version`: 0.19.1
* `xcodebuild -version`: 8.2.1
* Are you using `--no-build`? no
* Are you using `--no-use-binaries`? no
* Are you using `--use-submodules`? no
**Cartfile**
```
g…
-
I am running SO on a VBox VM from a Windows host and I am spanning layer 2 traffic from a Cisco Nexus 9396 to a dedicated sniffer interface on the host.
SO does not detect *anything* coming in. tcp…
-
Hi again,
now I have a problem on writing an Array of Boolean. In reality I need 16bit but for testcase I used 2.
Adress is "DB1,X2.0.2". Write command: `plc.writeItems(['boolean'], [[false, true]],…
-
I have called From Client A to Client B . in both side i am using CustomVideoRenderer. when other participant joined in same room. got error in this line **i420Frame.yuvStrides[0]** . but i have added…
-
I just updated my multirotor from inav 1.1 to 1.2. I am using the RMDO flight controller. I'm having trouble now controlling any servo via AUX channel.
Previously (inav 1.1), the servo worked (AUX 3…
-
_From [bjorn.x....@gmail.com](https://code.google.com/u/112874008770942579112/) on October 06, 2013 00:58:08_
Hello
I want to use the TCP-binding to send dimmervalues to a remote unit. I have tested…
-
I got a weird error when trying to update the gnome-apps-nightly repo, it crashes with:
```
*** buffer overflow detected ***: /srv/gnome-sdk/root/bin/flatpak terminated
```
Backtrace details
…
-
Sorry I don't really have a C/Fortran repro yet but here's a julia repro.
```
#!/usr/bin/julia -f
@noinline function k(C, A, B)
ccall((:cgemm_, BLAS.libblas), Void,
(Ptr{UInt8}, Ptr{UI…
-
I have now had to work with reading files for two different beamlines, both using some non-standard keys in the spec file. When the current implementation encountered the SpecDataFile object fails on…