python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
scoverage exclude packages for test vs integration test
in my build.scala i have
coverageExcludedPackages in ThisBuild := ".*dao.*"
which works great for excluding the package from coverage however i want to be able to exclude and include based ...
kim nguyen
Votes: 0
Answers: 0
Avoid browser caching after deploy a Vuejs app
My Vuejs App did not update after deployment for production, every time require "Empty cache and hard reload" to get the updates, I tried a lot of solutions to apply versioning to generated ...
Eslam Magdy
Votes: 0
Answers: 1
Bootstrap tooltip not triggering on badge
I have a Laravel app for which I'm trying to trigger a Bootstrap tooltip on a badge, but am getting the following error in the console:
Uncaught ReferenceError: Tooltip is not defined
I'm importing P...

Hashim Aziz
Votes: 0
Answers: 2
Kotlin : Unresolved reference: alpha
I don't understand why, on a project that use Java and Kotlin, in Kotlin I have issues calling some methods of the View class.
If I try to modify the alpha of my AppCompatButton
binding.button.alpha =...
ATha
Votes: 0
Answers: 1