Russell Keith-Magee

Results 1503 comments of Russell Keith-Magee

I'm not sure what you're reporting here - what is "the profile table" that you're referring to?

This appears to be identical to #194... Since this PR is on a branch, I'm going to preserve this one, and close the other. However, my comments from that branch...

If there's an authentication mode that Xero supports, we'd definitely like to support it.

@rgammans Tests are definitely a requirement; documentation would also be an important piece - especially if the implementation is missing an important "final step" that the user will need to...

@direvus Go right ahead. Please don't take the current state of play as being all by design - sometimes it's just because that was the easiest thing to fall out....

I can't comment on any AppImage-related cause, but from a Python perspective, this is an indication that the Python runtime itself has a problem. The SourceFileLoader is (as the name...

The [Toga tutorial I originally referenced](https://toga.readthedocs.io/en/latest/tutorial/tutorial-0.html) has the step-by-step instructions you need. That tutorial doesn't use virtualenv; virtualenv is a third party package that has... an interesting history with Ubuntu's...

The core of Python could probably be made manylinux compliant, but the official Python distribution itself isn't currently compliant - it has dependencies on openSSL, Tk, and many other libraries...

(Since we're evidently both online and tinkering on this... is there a live chat forum that y'all use? BeeWare uses [Gitter](https://gitter.im/beeware/general), but I can meet y'all wherever you are...

Some ideas: 1) Argument suffixing. Look for a double underscore in any argument name, and strip anything after the double underscore. ``` NSLayoutConstraint.constraintWithItem( item, attribute__from=..., relatedBy=... toItem=... attribute__to=... multiplier=... constant=......