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
| # MySQL. Versions 4.1 and 5.0 are recommended. | |
| # | |
| # Install the MySQL driver: | |
| # gem install mysql2 | |
| # | |
| # And be sure to use new-style password hashing: | |
| # http://dev.mysql.com/doc/refman/5.0/en/old-client.html | |
| development: | |
| adapter: mysql2 | |
| encoding: utf8 |
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
| Dear Apple, | |
| We need to talk. We love your software, we really do. Or maybe we don't but we want to tell you why | |
| so you can try to improve it. We are developers ourselves and we know how hard it is to write | |
| software, to find and fix bugs, to know what your users want from your software. We want to file bug | |
| reports and feature requests for every bug we find or feature we think of. As a community we want you | |
| to know what is important to us, in a way that doesn't require you to trawl through countless blogs | |
| and tweets. Unfortunately you're making it so incredibly hard to do so. | |
| The only way to really communicate with Apple about what is broken and what we want is Radar. But |
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
| # https://github.com/SachaG/Telescope | |
| ######################## | |
| # it should be | |
| sudo apt-get install git npm | |
| curl https://install.meteor.com | /bin/sh | |
| sudo npm install -g meteorite |
Here is an updated list of the colors that are currently implemented with a name.
To using colors on discord.js, this is a typedef Colors, Colors.Aqua to get the Aqua color.
| Name | Int value | Hex Code |
|---|---|---|
Default |
0 | #000000 |
Aqua |
1752220 | #1ABC9C |
DarkAqua |
1146986 | #11806A |
Green |
5763719 | #57F287 |
DarkGreen |
2067276 | #1F8B4C |