I hereby claim:
- I am petecheslock on github.
- I am petecheslock (https://keybase.io/petecheslock) on keybase.
- I have a public key whose fingerprint is 0FE2 7307 2490 AC75 A62D 670E 1945 8A4C 029C 02C2
To claim this, I am signing this object:
| =============== | |
| Challah (This Makes 2 Loaves - or one big ass challah. | |
| INGREDIENTS: | |
| - 12 ounces water (105-115 degrees fahrenheit) | |
| - 1/4 cup honey | |
| - 4 1/4 tsp. Active Dry-Yeast | |
| - 32 oz. Bread Flour, by weight (or approx 5-6 cups) | |
| - 1 tablespoon Kosher Salt |
I hereby claim:
To claim this, I am signing this object:
| petecheslock@m ~ brew install vim --with-lua | |
| Warning: vim-7.4.944 already installed, it's just not linked | |
| petecheslock@m ~ brew uninstall vim | |
| Uninstalling /usr/local/Cellar/vim/7.4.944... (1620 files, 26M) | |
| vim 7.4.826 is still installed. | |
| Remove them all with `brew uninstall --force vim`. | |
| petecheslock@m ~ brew uninstall --force vim | |
| Uninstalling vim... (1612 files, 26M) | |
| petecheslock@m ~ brew | |
| ✘ petecheslock@m ~ which vim |
| petecheslock@m ~ brew install vim --with-lua | |
| Warning: vim-7.4.944 already installed, it's just not linked | |
| petecheslock@m ~ brew uninstall vim | |
| Uninstalling /usr/local/Cellar/vim/7.4.944... (1620 files, 26M) | |
| vim 7.4.826 is still installed. | |
| Remove them all with `brew uninstall --force vim`. | |
| petecheslock@m ~ brew uninstall --force vim | |
| Uninstalling vim... (1612 files, 26M) | |
| petecheslock@m ~ brew | |
| ✘ petecheslock@m ~ which vim |
| erDiagram | |
| APPLICATION { | |
| int id | |
| string name | |
| string description | |
| } | |
| ASSESSMENT_DEFINITION { | |
| int id | |
| string name |
| ```mermaid | |
| erDiagram | |
| APPLICATION { | |
| int id | |
| string name | |
| string description | |
| } | |
| ASSESSMENT_DEFINITION { | |
| int id |
erDiagram
APPLICATION {
int id
string name
string description
string external_id
datetime created_at
datetime updated_at
}classDiagram
direction LR
class Application {
+int id
+String name
+String description
+String assetCode
+String parentAssetCode