Sonarcube server is behind our company VPN server. If I connect to VPN, I can access sonar in browser without any issues. But while connecting from sonarCLI or
I'm currently using the Data Access Object pattern with interfaces to replace the database access with in-memory data for unit tests. E.g. method find_product_b
I have an issue in Unity2D where when I exit to main menu from a scene, that scene saves itself. So what would happen is that I would exit to
My page designer sent me his work including Fira Sans google font. So I have a bad rendering on my laptop, and on my pc in the office.. but it's good in my pc a
my error: databaseE/SQLiteLog: (1) near "?": syntax error in "update posts_table set list = ?,? where id= ?" my code: @Query("update posts_t
I'm quite new with flutter, and I'm trying to write a messaging app. So, when I try to navigate from user search screen to chatting screen, I get this error. Fu
I've been tasked with developing an android app that can detect both in and out of band DTMF tones from an active phone call. I'm sure I can handle in band DTMF
So I have a file not found problem. I have an engine that works in development mode in the engines test/dummy app, the engine allows the editing of sass variabl
i am trying to update a realm object when a text view is edited inside a UICollectionViewCell: var realm = try? Realm() ... extension ItemCell: UITextViewDelega