The Github doesn't provide country code for Brazil (+55). To add this option, just run the code below in your console. The option Brazil +55 will be the first on the list, already selected:
🇧🇷 [pt-BR]
| const pombify = (phrase) => { | |
| return phrase | |
| .split(' ') | |
| .map((word) => { | |
| const wordLetters = word.split('') | |
| return wordLetters | |
| .map((letter, index) => { | |
| const charCode = letter.charCodeAt(0); | |
| const binary = charCode | |
| .toString(2) |
| // Created by @kunofellasleep on 2019/05/28. | |
| const Diagnostics = require('Diagnostics'); | |
| const NativeUI = require('NativeUI'); | |
| const TouchGestures = require('TouchGestures'); | |
| const objectName = "3dText0" | |
| const defaultText = "Guest" | |
| NativeUI.setText(objectName defaultText); |
| let AWS = require('aws-sdk'); | |
| const sns = new AWS.SNS(); | |
| exports.handler = async (event) => { | |
| let receiver = event['receiver']; | |
| let sender = event['sender']; | |
| let message = event['message']; | |
| let isPromotional = true; |
The Github doesn't provide country code for Brazil (+55). To add this option, just run the code below in your console. The option Brazil +55 will be the first on the list, already selected:
🇧🇷 [pt-BR]
| ### | |
| # Unity folders and files | |
| ### | |
| [Aa]ssets/AssetStoreTools* | |
| [Bb]uild/ | |
| [Ll]ibrary/ | |
| [Ll]ocal[Cc]ache/ | |
| [Oo]bj/ | |
| [Tt]emp/ | |
| [Uu]nityGenerated/ |
For development, you will only need Node.js installed on your environement. And please use the appropriate Editorconfig plugin for your Editor (not mandatory).