This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Crashed Thread: 0 Dispatch queue: com.apple.main-thread | |
Exception Type: EXC_CRASH (SIGABRT) | |
Exception Codes: 0x0000000000000000, 0x0000000000000000 | |
Application Specific Information: | |
objc[1994]: garbage collection is OFF | |
*** error for object 0xc005abe0: pointer being freed was not allocated | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT | |
CONCAT('{ | |
"type": "LineString", | |
"coordinates": [', | |
`linestring`, | |
'], | |
"properties": { | |
"name": ', `quoted_sender`, ', | |
"popupContent": ', `quoted_sender`, | |
'}}') as `geoJSON` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source ~/.path | |
# Skip all this for non-interactive shells | |
[[ -z "$PS1" ]] && return | |
source ~/.login | |
autoload -U zutil | |
autoload -U compinit | |
compinit | |
autoload -U promptinit |