For the last month, I've been trying to fix a bug in some code I'm using that I wrote about a dozen years ago without success. I've been creating workarounds in the absence of a real fix. Night before last, I woke up about two with what I thought was the answer. The code was fine, but a configuration parameter was set to a default value that had undesirable side effects in some circumstances. Turning that function off fixed things.
The offending parameter, with comments added to identify the problem. Programming is a conversation with the computer, and also with your future self.
--
https://blog.kasson.com
The offending parameter, with comments added to identify the problem. Programming is a conversation with the computer, and also with your future self.
--
https://blog.kasson.com
Attachments
Last edited:


