Skip to content

Instantly share code, notes, and snippets.

View Mheaus's full-sized avatar

Mathieu Audebert Mheaus

View GitHub Profile
@Mheaus
Mheaus / review_scripts.md
Last active December 6, 2021 10:10
github review scripts

$0 = un container de fichier à review

Mettre tous les visibles open d'un container en "lu"

$0.querySelectorAll('.Details--on.open:not(.hide-file-notes-toggle) .js-reviewed-checkbox').forEach((el, index) => { setTimeout(() => el.click(), index * 250) })

Charger la diff de tout les fichiers d'un container

@Mheaus
Mheaus / machine.js
Created January 22, 2021 16:15
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@Mheaus
Mheaus / machine.js
Last active April 3, 2020 14:30
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@Mheaus
Mheaus / machine.js
Created April 3, 2020 14:27
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions