Nikolas-LFDesigns
Nikolas-LFDesigns
Sorry, do we have any progress here?
@restingbull any updates here?
Already you have `--incompatible_java_common_parameters` breaking clean build on bazel 3.7.
@cgruber as a first step one could start with the "full-stack" support (that is, kotlin for jvm, native, js and common) as described here: https://discuss.kotlinlang.org/t/how-do-i-compile-multi-platform-projects-from-the-command-line/8440/5. That would open a way...
Ok, that was me who didn't research carefully. In case of mockK I only needed to provide dependencies with kt_jvm_import instead of java_import for kotlin compiler to recognize expect/actual inline...
Still the same issue on 1.4.0-legacy-RC4. Doesn't work even on predefined plugins like allopen: ``` kt_compiler_plugin( name = "open_for_testing_plugin", id = "org.jetbrains.kotlin.allopen", options = { "annotation": "com.example.OpenForTesting", # my custom...
>> to start uart serial debugging for my device (samsung galaxy star gt-s5282) >> wanna get to bootloader? Use ODIN instead. Because, you know, it's an android phone, not a...
@Lehkeda well, that's a better definition of intent, ok.. tools like ODIN would only go as far as to boot you into the only known bootloader - Samsung fw loader...
Totally yes. By sending the following request we may alter GPS data for remote shots. Substitute your location with UNKNOWN parameter of tag and here you go. ``` POST /smp_4_...
``` POST /smp_3_ HTTP/1.0 Content-Type: text/xml HOST: http://192.168.107.1:7676 SOAPACTION: "urn:schemas-upnp-org:service:ContentDirectory:1#Shot" ``` What's changed: - smp_3_ (hence the filename for commands set) - #GetInfomation -> #Shot -