This file contains hidden or 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
⚡ hg verify | |
checking changesets | |
checking manifests | |
crosschecking files in changesets and manifests | |
checking files | |
data/.TAGS.i@417: missing revlog! | |
417: empty or missing .TAGS | |
.TAGS@417: 64e9244a76f6 in manifests not found | |
.TAGS@442: 28d1b1b79d61 in manifests not found | |
.TAGS@443: 4a5a2e285db3 in manifests not found |
This file contains hidden or 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
class Array | |
def to_hash | |
Hash[self] | |
end | |
end |
This file contains hidden or 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
### Keybase proof | |
I hereby claim: | |
* I am joshprice on github. | |
* I am joshprice (https://keybase.io/joshprice) on keybase. | |
* I have a public key whose fingerprint is 08EA 0ACE 6A62 A852 259B 743C 6749 8211 1E02 CE56 | |
To claim this, I am signing this object: |
This file contains hidden or 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
defmodule Ash.DataLayer.PropertyTable do | |
require Ash.Query | |
import Ash.Expr | |
require Logger | |
@property_table %Spark.Dsl.Section{ | |
name: :property_table, | |
describe: """ | |
A section for configuring the property_table data layer | |
""", |
This file contains hidden or 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
def add(a, b): | |
return a + b | |
def subtract(a, b): | |
return a - b |
OlderNewer