

10·
10 months agoI suppose you mean North East India? If I had to hazard a guess, the mountainous terrain probably makes it a struggle to do so


I suppose you mean North East India? If I had to hazard a guess, the mountainous terrain probably makes it a struggle to do so
Ah sorry I meant a default argument which was a dict, thanks for the tip tho!
Oh I had a similar bug but with defaulted dicts. Default args are constructed once and reused. Not a problem for immutable args, but mutables like dicts (and sets I’d also assume) are all shared.
EDIT: whoops, didn’t see you spoilered the answer, my bad! If it helps, i found my bug when dealing with cross-thread stuff, so that was a fun moment to bisect
This is really well done! I think the only tell would be how clean everything looks, and I suppose maybe how sharp some of the shadows look when the light source is diffuse