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
<link rel="import" href="../ace-element/ace-element.html"> | |
<link rel="import" href="../chart-js/chart-js.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; |
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
--- node_modules/next-auth/dist/server/lib/callback-handler.js 2021-06-18 18:16:02.000000000 +0200 | |
+++ patches/next-auth/dist/server/lib/callback-handler.js 2021-06-18 18:20:41.000000000 +0200 | |
@@ -150,6 +150,11 @@ | |
if (userByEmail) { | |
// throw new _errors.AccountNotLinkedError(); | |
+ /** | |
+ * If found by email, link user. | |
+ * THIS IS NOT SAFE as stated here https://github.com/nextauthjs/next-auth/pull/1002 | |
+ * but improves user experience |
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
on alfred_script(q) | |
tell application "iTerm2" to activate | |
-- CHANGE THIS VARIABLES ACCORDING TO YOUR NEEDS | |
-- set to null to use default profile | |
set iterm_profile_name to null | |
(* | |
each of these entries represent a tab slice | |
each slice has the following properties: |