calc84maniac

Results 41 comments of calc84maniac

Sure, here's one. ``` import argparse import argcomplete parser = argparse.ArgumentParser() subparsers = parser.add_subparsers() subparsers.add_parser('test').add_argument('value', choices=['valid']) completer = argcomplete.CompletionFinder(parser) # Complete in the main parser scope so it gets patched...

You should either archive or delete programs/variables in RAM you aren't using. Press Enter next to the variable in the memory menu to archive it, or Del to delete it.

Oh okay, maybe the issue is that you haven't been Garbage Collecting, which is basically just defragmenting the Archive. If you refuse to Garbage Collect then your save file will...

Well, your description of the problem does make me concerned that there might be a memory leak that happens in some cases. Is TI-Boy the only program you've been running...

I would expect that clearing RAM would have fixed the problem, but I would also expect there to be around 150KB of RAM free after doing so. I'm not totally...

Oh, I was confused when you said you hadn't gained any RAM from clearing it. Since you only had 56k free after archiving everything before, right?

Okay, that's what I was thinking. So I guess I'll have to go over my code again at some point to make sure there aren't any code paths that'll cause...

Did you download the new version before or after I updated it? This sounds exactly like the issue I had to hotfix (where TI-Boy would freeze only if used after...

I'm still waiting for my Edition Python to arrive (the earlier fix was developed thanks to information from our amazing community members), so I'll have to do some first-hand testing...

Any suggestions on how to go about this? Maybe a separate launcher program? Off the top of my head I can't really think of a better way to make sure...