Skip to content

Instantly share code, notes, and snippets.

View devinhalladay's full-sized avatar
🌱
running my fingers through the grass

devin devinhalladay

🌱
running my fingers through the grass
View GitHub Profile
LSPStatus&
Admin
FAILED? -> FAILED
SUCESS? -> SUCCESS
WARNING? -> WARNING
OFF? -> OFF
Rendering
# Check user preferences first
Code Intelligence Preferences*
enabled? -> Check LSP Client Exists
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
@devinhalladay
devinhalladay / SketchSystems.spec
Created March 6, 2023 00:14
My Awesome Sketch
My Awesome Sketch
First State
some event -> Second State
Second State
Third State
first -> First State
@devinhalladay
devinhalladay / SketchSystems.spec
Last active November 13, 2023 21:00
Workspace
Workspace
No File Opened
open file -> File
File
Clean Draft
on change -> Edited
on close with changes -> Unsaved Changes Warning
on save -> Clean Draft
on discard -> No File Opened
Edited