I hereby claim:
- I am chrislawlor on github.
- I am clawlor (https://keybase.io/clawlor) on keybase.
- I have a public key ASBGguhM_e404xrczF_PS33eluhEh6fBxCKAOh2JcmrFEwo
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| """ | |
| Removes commented lines from an input list of lines. | |
| Commented lines are defined simply as lines that begin with "#" or ";" | |
| Example usage: | |
| uncomment config.ini |
| """ | |
| Download the category list from Foursquare, and upsert it into | |
| a flat table in a PostgreSQL database. | |
| See https://developer.foursquare.com/docs/venues/categories | |
| 1. Create the table with the following DDL statement: | |
| CREATE TABLE foursquare_categories | |
| ( |
I hereby claim:
To claim this, I am signing this object:
| """ | |
| This gist is the "guts" of a simple feature toggle implementation. | |
| Toggles are created ad-hoc in application code by instantiating a | |
| ``Toggle``, like this: | |
| from toggle import Toggle | |
| my_toggle = Toggle('feature_name') |
sentrySENTRY_SECRET_KEY to random 32 char stringdocker-compose up -ddocker-compose exec sentry sentry upgrade to setup database and create admin userdocker-compose exec sentry pip install sentry-slack if you want slack plugin, it can be done laterdocker-compose restart sentry9000| Copyright 2020 Christopher Lawlor | |
| Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |
| The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | |
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE O |
| Copyright 2020 Christopher Lawlor | |
| Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |
| The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | |
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE O |
| [aws] | |
| format = 'on [$symbol($profile )(\($region\) )]($style)' | |
| style = 'bold blue' | |
| [aws.region_aliases] | |
| eu-west-1 = "ie" | |
| us-east-1 = "us" | |
| [python] | |
| format = '[${symbol}${pyenv_prefix}(${version} )(\($virtualenv\))]($style)' | |
| python_binary = 'python' |