Skip to content

Instantly share code, notes, and snippets.

View kaiomagalhaes's full-sized avatar
🦑
Hunting giant octopuses

Kaio Magalhães kaiomagalhaes

🦑
Hunting giant octopuses
View GitHub Profile
'Planetarium.exe' (CoreCLR: DefaultDomain): Loaded 'c:\data\Programs\WindowsApps\Microsoft.NET.CoreRuntime.1.0_1.0.23819.0_x86__8wekyb3d8bbwe\mscorlib.ni.dll'. Cannot find or open the PDB file.
'Planetarium.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles\PlanetariumVS.Debug_x86.kaioc\entrypoint\Planetarium.exe'. Symbols loaded.
'Planetarium.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles\PlanetariumVS.Debug_x86.kaioc\System.Runtime.dll'. Cannot find or open the PDB file.
'Planetarium.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles\PlanetariumVS.Debug_x86.kaioc\WinMetadata\Windows.winmd'. Module was built without symbols.
'Planetarium.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles\PlanetariumVS.Debug_x86.kaioc\UnityPlayer.winmd'. Module was built without symbols.
'Planetarium.exe' (CoreCLR
require 'paypal-sdk-rest'
require 'pry'
include PayPal::SDK::REST
include PayPal::SDK::Core::Logging
PayPal::SDK::REST.set_config(
:mode => "sandbox", # "sandbox" or "live"
:client_id => "mykey",
:client_secret => "mysecret")
I, [2016-11-01T12:45:26.093685 #73] INFO -- : PayPal-Request-Id: 547e39c4-dce9-4dbd-89c5-42e9f5a37d2d
I, [2016-11-01T12:45:26.093823 #73] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token
D, [2016-11-01T12:45:26.093917 #73] DEBUG -- : Request.body=grant_type=client_credentials request.header={"User-Agent"=>"PayPalSDK/PayPal-Ruby-SDK 1.5.0 (paypal-sdk-core 1.5.0; ruby 2.3.1p112-x86_64-linux-gnu;OpenSSL 1.0.2g 1 Mar 2016)", "Content-Type"=>"application/x-www-form-urlencoded", "Authorization"=>"Basic QWRLbU5FOTNLN0tITWNyWWMwZTZvX1czbFo0alZKTVhKOXBhSWVKMURCWG5ac0VPSEVsMnRXRldVUTMyNGloMlBoNlhWUTd4RnloQ3pKc2I6RUk1cWd5ZWV3d3JIMkNWTTNTSVBQc0cydUN6a0lId2xpOE1RMWxpZFVkYkNwNHdVampkUlZLVHZBVzFPRHhGQS1vMk9raTZZZ0pRRUJ0NGU=", "PayPal-Request-Id"=>"547e39c4-dce9-4dbd-89c5-42e9f5a37d2d"}
I, [2016-11-01T12:45:27.352524 #73] INFO -- : Response[200]: OK, Duration: 1.259s
D, [2016-11-01T12:45:27.352755 #73] DEBUG -- : Response.body={"scope":"https://uri.paypal.com/services/subscriptions https://api.payp

A Twiml with the following content:

<?xml version="1.0" encoding="UTF-8"?>
      <Response>
        <Dial>
          <Number
            statusCallbackEvent="answered"
            statusCallback="https://crimson-hawk-9615.twil.io/update-status"
            statusCallbackMethod="POST"

Git flow proposal 1

Goal

Follow the community best practices and deliver the features fast.

General git flow

On the ACST repository we will have:

Git flow proposal 2

Goal

Deliver the features fast and keep the ACST team on of the master branch

General git flow

On the Codelitt repository we will have:

Make sure the following boxes are checked before submitting your PR, thanks!

[ ] Does this PR have a maximum of 15 files?

[ ] Is Codelitt's commit guideline applied to all commit messages?

[ ] Do you have a gif demonstrating the feature or the old/new behavior for bugfixes?

[ ] Does this PR have a description?

// Default colors
@import './_constants.scss';
$black : #000;
$darker-gray : #5C5C5C;
$dark-gray : #B3B3B3;
$regular-gray : #CCC;
$light-gray : #EEE;
$text-default : #FFF;
$white : #FFF;
$black : #000;
$darker-gray : #5C5C5C;
$light-gray : #EEE;
$text-default : #FFF;
$white : #FFF;
$blue : #101378;
$blue2 : #431f92;
$blue6 : #1D1D86;
$blue7 : #3BC6FB;
$blue8 : #394ABC;

If applied, this commit will ... [Please complete the description]

Other minor changes:

  • minor change one
  • minor change two

Card Link:

<MY_CARD_LINK>

Design Expected Screenshot