Skip to content

Instantly share code, notes, and snippets.

View cskiwi's full-sized avatar
🏠
Working from home

Glenn Latomme cskiwi

🏠
Working from home
View GitHub Profile
@cskiwi
cskiwi / auth0.js
Created November 16, 2025 12:01
Apollo Auth0 Pre-Flight script
const issuer = explorer.environment.get('AUTH0_ISSUER_URL')
const audience = explorer.environment.get('AUTH0_AUDIENCE')
const client_id = explorer.environment.get('AUTH0_CLIENT_ID')
const client_secret = explorer.environment.get('AUTH0_CLIENT_SECRET')
const config = {
client_id,
client_secret,
audience,
scope: 'openid profile email offline_access',
@cskiwi
cskiwi / lauch.json
Created February 14, 2021 16:39
Debugging @badvlasim
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Import",
@cskiwi
cskiwi / compareFolders.cs
Last active August 29, 2015 14:18
Comparing folders testing (working)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CheckFolder {
class Program {
public static List<Folder> toAddList;
static void Main(string[] args) {
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-icons/iconsets/av-icons.html">
<link rel="import" href="../paper-fab/paper-fab.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
<link rel="import" href="../yt-video/yt-search-video.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-field/core-field.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../core-icons/core-icons.html">