Deleted user
Deleted user
This is by the way the one single issue that makes me consider bailing out of Cython as much as I can, unless I really need it for performance. Or...
Of course I could, but that falls super flat once you have any more complex scenario (like, any case where you need a bunch of tracebacks at different places to...
Another scenario where raising exceptions isn't really a useful approach is in a hang check, where I usually print a backtrace to the log. Raising an exception there is just...
Okay, so right now I'm in this situation: 1. I need to see the backtrace of a function being called most likely when it shouldn't be (I don't know for...
Is that tracing function something that checks debug symbols? What happens if I try to backtrace out of actual python (not-cython) code and it goes back into Cython, or the...
https://stackoverflow.com/questions/8315389/how-do-i-print-functions-as-they-are-called Anything but regular backtraces bubbling *upwards* is way less useful to me. I need to filter as much as I can since there is so much going on, so...
Is what I tested there useful? Just making sure I actually tried the right thing regarding `Stack traces might also "just work" when profiling is enabled` hoping it helps establishing...
So can we have the ability to shrink the margins and text size? How would we go about this, turn it into a feature request?
I don't mind adjusting, IMHO it should be in the ui config section of the admin panel, hence the thought of turning it into a feature request. But I can't...
Hi, You can use custom datatype conversion format. IE DATA_TYPE VARCHAR2(200):text