skmagiik
skmagiik
This appears to be an issue because the calendar parse date method is looking for regex groupings instead of matching the particular pattern exactly. Perhaps this could be improved by...
Alternatively, you can also use python tools to accomplish this via strptime: https://docs.python.org/3/library/datetime.html#strftime-strptime-behavior Formatting would be different, but could a good solution that is versatile without much effort required. The...
https://pubgtracker.com/site-api Get PUBG Player Stats GET https://api.pubgtracker.com/v2/profile/pc/{pubg-nickname} This will get all the stats for the current season. You may get more data by using filters. season, mode, region Seasons 2017-pre1...
See comment above, it supports this now, maybe there was a change after you did so originally
Here is the control box API. [IPCBox API Command v0.09.pdf](https://github.com/bitfocus/companion-module-requests/files/6064772/IPCBox.API.Command.v0.09.pdf)
Hello all, I have an updated API. Will upload soon.
[IPCBox API V1.06.pdf](https://github.com/bitfocus/companion-module-requests/files/6417025/IPCBox.API.V1.06.pdf) Here is the current API
Hey @sirhcel I will run that hardware check. I didn't know that existed. For the connection / baud rate etc: The target device is the same. If i open it...
Here is the result each time I run it: ``` RUST_BACKTRACE=full cargo run --release --example hardware_check -- --loopback-port /dev/tty.usbserial-3240 /dev/tty.usbserial-FTBHOLDE Finished `release` profile [optimized] target(s) in 0.02s Running `target/release/examples/hardware_check --loopback-port...
Running with devices in the reverse order gives similar stack trace results: ``` thread 'main' panicked at examples/hardware_check.rs:284:13: assertion `left == right` failed: Received message does not match sent left:...