You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bug i stumbled upon was that monolouge didnt figure out was that a variable of mine was a singleton which caused an infinite recursion on default and crashed the whole code without me being able to know that
My suggestion for the fix: adding a recursion counter for each var and if it exceeds some amount it will either raise and error that will actually tell u whats wrong / a warning
The text was updated successfully, but these errors were encountered:
A bug i stumbled upon was that monolouge didnt figure out was that a variable of mine was a singleton which caused an infinite recursion on default and crashed the whole code without me being able to know that
My suggestion for the fix: adding a recursion counter for each var and if it exceeds some amount it will either raise and error that will actually tell u whats wrong / a warning
The text was updated successfully, but these errors were encountered: