I found a video on YouTube about using Media class, but when I try to do it - it gives me an error. Could somebody tell me whats wrong? Here's the code, exactly
I am trying to write a function to return all children of a view at a given depth : /// Write the body of the function `views(atDepth:withRootView:)` /// which
I'm getting an error Local variable collect defined in an enclosing scope must be final or effectively final at collect. I tried declaring the collect at class
I am mapping a simple POJO to a database table in SQL server using xml file mapping. I am getting Hibernate Mapping Exception : Unknown Entity These are my cod
In jetpack datastore, you have to set the gradle plugin task for generating class out of .proto files: // build.gradle protobuf { protoc { artifact
I wrote a electron app for a device from aliexpress (simple spectrum analyzer), and I feed the data to the app through some dlls etc. That is not that important
For example: select * from tablename where fields like "%string "hi" %"; Error: You have an error in your SQL syntax; check the manual that corresponds
I was running test-network hyperledger fabric and this error shows up on createChannel. Then i declared SYS_CHANNEL=system-channel in new .env file and also in
I have a CUDA program that seems to be hitting some sort of limit of some resource, but I can't figure out what that resource is. Here is the kernel function: