Severity Code Description Project File Line Suppression State Error (active) E0308 more than one instance of overloaded function "ImGui::SliderFloat" matches the argument list: polyscope polyscope\src\view.cpp 604
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 2.2k
- Forks
- 242
- Avg merge
- 11m
- Merged PRs (30d)
- 1
Description
When I built it, I reported it wrong:
Severity Code Description Project File Line Suppression State
Error (active) E0308 more than one instance of overloaded function "ImGui::SliderFloat" matches the argument list: polyscope polyscope\src\view.cpp 604
Such as ImGui::DragFloat
// Modulo stripey width
if (ImGui::DragFloat("period", &checkerSize.get(), .001, 0.0001, 1.0, "%.4f", 2.0)) {
setCheckerSize(getCheckerSize());
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at polyscope\src\view.cpp line 604 and inspect the ImGui::SliderFloat call reported by the compiler, comparing it with the shown ImGui::DragFloat usage. Rebuild polyscope to confirm the overload ambiguity is resolved and the viewer still builds successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100