kcrossen

Results 8 issues of kcrossen

``` $ git clone https://github.com/pcolby/aws-sdk-qt.git $ mkdir -p /Users/Ken/Documents/aws_sdk_c++/aws-sdk-qt-build $ pushd /Users/Ken/Documents/aws_sdk_c++/aws-sdk-qt-build $ /Users/Ken/Qt/5.12.2/clang_64/bin/qmake -Wall -Wlogic -Wparser CONFIG+=debug_and_release /Users/Ken/Documents/aws_sdk_c++/aws-sdk-qt $ make ``` fails (OSX 10.12.6, xcode 9.2, Qt5 5.12.2) ```...

**Is your feature request related to a problem? Please describe.** "If B is a variable with positive status and assignment of B to A is permitted, execution of the assignment...

In the spirit of the dump/dumps default= parameter, a similar default_key= could be specified for `def _stringify_key(key):` For example, currently one may conveniently support UTC datetime as a dictionary value...

This can be accomplished by subclassing QVariantMap: ``` #ifndef ORDEREDVARIANTMAP_H #define ORDEREDVARIANTMAP_H #include class OrderedVariantMap : public QMap { // Test: // OrderedVariantMap test_map; // test_map.insert("xxx", 1); // test_map.insert("aaa", 2);...

https://kivy.org/doc/stable/guide/packaging-osx.html This: osx> ./package-app.sh /path/to/your// there is no "package-app.sh", should read: osx> python ./package_app.py /path/to/your// ... where ... is all the params from: osx> python ./package_app.py --help Also this: "osx>...

### Versions * Python: 2.7.16 * OS:10.11.6 * Kivy:Kivy-1.10.1_osx10.13.5_builtin_python2_r1.dmg but 1.9.1 fails identically * Kivy installation method:download dmg, install as per instructions ### Description Source code can be found: https://github.com/kcrossen/CloudWatch_Remote_Monitor...

Demo apps from gallery w/o dependencies all work w/ various build methods. No documented build method works (as documented) for an osx app w/ dependencies: urllib3, botocore, boto3. The same...

The directions on https://kivy.org/doc/stable/guide/packaging-osx.html#: $ kivy -m pip install don't work, I think because MakeSymlinks probably doesn't work (Kivy.app vs Kivy2.app perhaps). What does work is (I did this on...