Ronald Burkey

Results 7 comments of Ronald Burkey

Well, I looked at this a little further, and I find that if I add the following to main.cpp, then at least main.cpp compiles without error. I don't claim that...

Similarly, in the `build_zoom_image` method, the argument for `self.original_image.scaledToWidth` must be an integer, but is computed as a float. I had to apply the Python `round` function to the argument.

Workarounds can be applied that considerably simplify the manual rework on a batch file generated from a shell script that uses such redirects. Perhaps the workarounds could be built into...

@daniel-sc I'm not sure what you're asking. If you're asking whether I'd like to actually do the work myself to implement it, alas no. The backlog on [my own project](https://github.com/virtualagc/virtualagc)...

Good call! I wrote Windows batch files of the form python MyTransactionFilterName.py for both of my transaction filters, and with those, the process works perfectly. As far as I'm concerned,...

@jjjake I just now deleted ~/.pex entirely and retried the installation steps. It failed again at `./ia --help`. The error messages are identical. However, for what it's worth, I notice...

What's particularly annoying about this problem is not that the the FOR and WHILE aren't handled properly, but that the inner portion of the loop is not converted. For a...