~noelle

https://noelle.dev

she/her

Trackers

~noelle/rascus.org

Last active 1 year, 1 month ago

~noelle/dotfiles

Last active 2 years ago

#5 Link to good resources 1 year, 1 month ago

Ticket created by ~noelle on ~noelle/rascus.org

#4 Create new Of All Trades guide 1 year, 1 month ago

Ticket created by ~noelle on ~noelle/rascus.org

Put phases on x-axis instead of y-axis like the guide everyone uses https://imgur.com/a/AROK2k8

#3 Add Vow of the Disciple glyphs 1 year, 1 month ago

Ticket created by ~noelle on ~noelle/rascus.org

#2 Add d2-damage-frame 1 year, 1 month ago

Ticket created by ~noelle on ~noelle/rascus.org

How do we get https://git.sr.ht/~noelle/d2-element-frame-tables into this site? Submodules? A build step?

#1 Find hosting 1 year, 1 month ago

Ticket created by ~noelle on ~noelle/rascus.org

Probably a static site will be sufficient, will need to be able to configure CSP.

#1 Node.js + npm completions 2 years ago

Comment by ~noelle on ~noelle/dotfiles

Noelle Leigh referenced this ticket in commit 2eb2076.

REPORTED RESOLVED FIXED

#1 Node.js + npm completions 2 years ago

Comment by ~noelle on ~noelle/dotfiles

npm completion also supports zsh.

#1 Node.js + npm completions 2 years ago

Comment by ~noelle on ~noelle/dotfiles

To setup the completions interactively in Bash:

eval "$(node --completion-bash)"
eval "$(npm completion)"

#1 Node.js + npm completions 2 years ago

~noelle assigned ~noelle to #1 on ~noelle/dotfiles

#1 Node.js + npm completions 2 years ago

Ticket created by ~noelle on ~noelle/dotfiles

  • npm: npm completion (Docs)
  • Node.js: node --completion-bash (Docs)