Aurora Workshop
Streetmix
Nice UI for re-designing a cross section of a particular street. You can then share a link to your work.
Nice UI for re-designing a cross section of a particular street. You can then share a link to your work.
This is a proposal to explicitly use the Dimenstionally Extended 9 Intersection Model (DE-9IM) semantics to succinctly, conventionally, and accurately implement some of our geometric relations.
georust doesn't have a history of formal proposals before making changes (yet!?), but this seemed like a substantial enough endeavor that soliciting input from other folks up front seemed helpful.
# default output resolution | |
WIDTH_SCALE=480 | |
set -x | |
set -e | |
BIN_NAME=$0 | |
function usage { | |
cat <<EOS | |
Usage: |
import Foundation | |
/** | |
* Welcome to YapDatabase! | |
* | |
* The project page has a wealth of documentation if you have any questions. | |
* https://github.com/yapstudios/YapDatabase | |
* | |
* If you're new to the project you may want to visit the wiki. |
Incident Identifier: CEB3B94A-2B03-4FDE-B333-38D82E64B967 | |
CrashReporter Key: dcd6f3ed70ababf8aa3d455c29d16532a26e1d70 | |
Hardware Model: iPhone8,1 | |
Process: Signal [186] | |
Path: /private/var/mobile/Containers/Bundle/Application/EADBFFDD-04CC-47D1-A0D9-398A4685BD94/Signal.app/Signal | |
Identifier: org.whispersystems.signal | |
Version: 2.3.3.0 (2.3.3) | |
Code Type: ARM-64 (Native) | |
Parent Process: launchd [1] |
Incident Identifier: 611E05B7-EF63-469F-9B9F-9E2865E30E72 | |
CrashReporter Key: 1310ff747e7aa34772e89732256d084280788f43 | |
Hardware Model: iPhone7,2 | |
Process: Signal [848] | |
Path: /private/var/containers/Bundle/Application/F8AA11CD-CAA1-4355-97F5-21C2C8E27E4C/Signal.app/Signal | |
Identifier: org.whispersystems.signal | |
Version: 2.3.3.0 (2.3.3) | |
Code Type: ARM-64 (Native) | |
Parent Process: launchd [1] |
diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings | |
index a911cbb..1378c0c 100644 | |
--- a/Signal/translations/en.lproj/Localizable.strings | |
+++ b/Signal/translations/en.lproj/Localizable.strings | |
@@ -40,6 +40,7 @@ | |
"IN_CALL_SECURING" = "Answered. Securing..."; | |
"IN_CALL_TALKING" = "Secured. Active."; | |
"IN_CALL_TERMINATED" = "Done."; | |
+"IRREVERSIBLE_ACTION_TITLE" = "This cannot be undone."; | |
"KEYPAD_NAV_BAR_TITLE" = "Keypad"; |
v123: ====================================================================== | |
123: FAIL: testAdd (__main__.TestQgsAttributeTableModel) | |
123: ---------------------------------------------------------------------- | |
123: Traceback (most recent call last): | |
123: File "/Users/mkirk/src/qgis/qgis-app/tests/src/python/test_qgsattributetablemodel.py", line 93, in testAdd | |
123: assert self.am.rowCount() == 11, self.am.rowCount() | |
123: AssertionError: 1 | |
123: | |
123: ====================================================================== | |
123: FAIL: testLoad (__main__.TestQgsAttApplication state: |
#!/usr/bin/env bash | |
BIN_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | |
SRC_ROOT="${BIN_DIR}/../.." | |
cd "${SRC_ROOT}" | |
cd build | |
make -j4 && make install |
#!/usr/bin/env bash | |
BIN_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | |
#Assuming this file is stored in your root directory... | |
SOURCE_ROOT=$BIN_DIR | |
# And that you've built your app in the `build` subdir | |
BUILD_DIR=$SOURCE_ROOT/build | |
PYTHONPATH=$BUILD_DIR/output/python/ | |
PYTHONPATH=$PYTHONPATH:$SOURCE_ROOT/python/plugins |