Laco Skokan
Laco Skokan
I see FAIL response from adb server while connecting to the emulator. Please advice See img: http://www.acgame.eu/site/wwwacgamecom/fail.png?attredirects=0&d=1 Thank you!
I have extended the plugin to list dependencies homepage info. We are using this to report changes in the project with respective changes listed on module's homepage. There is also...
https://github.com/skydiver/ewelink-api/
Please make it compatible with Scala 2.12.+. Once linked in a project using this scala version I get this error: ``` unresolved dependency: com.mediamath#scala-json_2.12;1.0: not found unresolved dependency: com.mediamath#scala-json_sjs0.6_2.12;1.0: not...
Can you please advice why modem does not compile? ``` modem.c:29:16: fatal error: hw.h: No such file or directory #include "hw.h" ```
I tried simple-rpm project and it fails with error. Please advice how to fix [error] + umask 022 [error] + cd /opt/sbt-native-packager-examples/simple-rpm/target/rpm/BUILD [error] + '[' /opt/sbt-native-packager-examples/simple-rpm/target/rpm/buildroot '!=' / ']' [error]...
I am trying to build it on Windows and I am getitng this error ``` go build -o main # github.com/mattn/go-tflite ..\..\go\pkg\mod\github.com\mattn\[email protected]\type_string.go:11:9: undefined: TensorType ..\..\go\pkg\mod\github.com\mattn\[email protected]\type_string.go:12:19: undefined: TensorType ..\..\go\pkg\mod\github.com\mattn\[email protected]\type_string.go:22:9: undefined: Status...
I had to fork Symphonia and do a small change in the mpeg decoder. I am using this with https://crates.io/crates/stream-download crate. This is using Rodio and Symphonia to decode radio...
I wanted to try examples on Windows, but there is dependency on `nix` crate. Can this be extended to be multiplaform inclkuding Windows? Thanks.
as described in https://docs.rs/google-cloud-speech-v2/latest/google_cloud_speech_v2/index.html I am requesting GCP Speech V2 streaming API. We are using now a crate gerenareted from protobufs definition and its working fine with speech api v1....