I am working on a cross platform app using mapbox gl with flutter. It has been built for Android and works as expected there, and I am trying to get it working
I added a maven project A as dependency in another maven project B and then access the jar created by B in another project through reflection, but its throwing
I am a beginner in programming and I need to write a c# console app that does something (let's suppose writes stars to console) in a loop until user inputs a co
I'm running an ASP.NET website on Windows 2003 IIS 6.0 Every 24-28 hours I'm getting the following error: When the error occurrs all users are disconnected fr
for some reason i am getting there is no unique constraint matching given keys for referenced table "accident_location". I am using postgresql to create the tab
I am using a ViewPager in an Mvvmcross Android App. The Fragments inside the ViewPager are all of the same kind. Is there a possibility to use some view recycli
I'm trying to use variables with the Nginx proxy_pass directive to allow delayed DNS resolution, however, the following two configurations produce different res
I have this select array_agg(distinct cast(square as float8)) and in class this @Type(type = "list-array") @Column( name = "square_range",