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
# enable brew completions | |
if type brew &>/dev/null | |
then | |
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}" | |
autoload -Uz compinit | |
compinit | |
fi | |
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
{ | |
"resultCount": 10, | |
"results": [ | |
{ | |
"wrapperType": "track", | |
"kind": "podcast", | |
"collectionId": 1500673800, | |
"trackId": 1500673800, | |
"artistName": "HomeLight Inc.", | |
"collectionName": "The Walkthrough™ | HomeLight's Real Estate Podcast", |
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
version: '3.8' | |
services: | |
postgres-and-postgis: | |
image: postgis/postgis | |
environment: | |
POSTGRES_PASSWORD: "postgres" | |
ports: | |
- "5432:5432" | |
volumes: |
This file has been truncated, but you can view the full file.
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
<?xml version='1.0' encoding='UTF-8'?> | |
<edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"> | |
<edmx:DataServices> | |
<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageReplicaInfo"> | |
<EnumType Name="ReplicaUpdateMode" IsFlags="false" UnderlyingType="Edm.Int32"> | |
<Member Name="Active"> | |
<Annotation Term="Org.OData.Core.V1.Description"> | |
<String>Active-Active (i.e. bidirectional) synchronous updates.</String> | |
</Annotation> | |
<Annotation Term="Org.OData.Core.V1.LongDescription"> |