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)
Background colors not changing till page revisited only in android 11
The colors to one-page turn charcoal, which I don't have set anywhere only on android 11 phone. Then when I revisit it turns to colors in code. Another page switches colors sometimes, and the tint is ...
J. M.
Votes: 0
Answers: 1
AttributeError: partially initialized module 'calculator' has no attribute 'select' (most likely due to a circular import)
I Am making a small project so i can learn python better, the project has 4 files (i could do this in one but well), 1 as main, 1 as the tool 1, the other as the tool 2 and the other as the tool 3.
i ...
ItsMeDataForAWhile
Votes: 0
Answers: 2
Angular 11 : circular dependency
Here my error in Typescript :
Warning: Circular dependency detected:
src\app\components\elements\modal\update-keyword-modal\update-keyword-modal.component.ts
-> src\app\components\elements\validat...

MasterSinge
Votes: 0
Answers: 1
c++ returned object from manager-class should hold a reference to the manager-class
I am writing a task system. Tasks are created/managed through a task_manager class. A task is basically a task_id and a task_manager&. I then want to have a method like e.g. add_child(const task&...
Symlink
Votes: 0
Answers: 1