Skip to content

Instantly share code, notes, and snippets.

View Apidcloud's full-sized avatar
🎯
Focusing

Luís Fernandes Apidcloud

🎯
Focusing
View GitHub Profile
### Keybase proof
I hereby claim:
* I am apidcloud on github.
* I am lmafernandes (https://keybase.io/lmafernandes) on keybase.
* I have a public key whose fingerprint is E9C2 3BF9 1F91 E62F F1ED 49D2 134B 615C F075 E596
To claim this, I am signing this object:
@Apidcloud
Apidcloud / gist:2b0e6009c4f6f15b272a6dbf1739c6bc
Created May 30, 2017 16:44
Exports is not defined - Weback 2 + Babel Transform Runtime Issue
var SC =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId]) {
@Apidcloud
Apidcloud / bundle.js
Created May 30, 2017 00:44
Webpack bundle output
var SC =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId]) {
@Apidcloud
Apidcloud / LeapServiceProvider.cs
Created March 17, 2017 00:38
LeapServiceProvider rollback to Unity 5.3.4f (should also work with 5.3.4p1)
using UnityEngine;
#if UNITY_EDITOR
using UnityEditor;
#endif
using System;
using System.Collections;
using Leap.Unity.Attributes;
namespace Leap.Unity
{