Courtland Allen
Courtland Allen
Periodically, I will have jobs that should be running, but... aren't. I mean they have values in the "locked_at" and "locked_by" columns, and they are clogging up the queue, but...
The checks in the `current-routed-modal` service fail in FastBoot mode. This seems to be because the checks are merely looking whether `$` or `window` are undefined, but it seems to...
If you use the simple form of Handlebars comments across multiple lines like so... ``` blah blah blah{{! }}whatever ``` ...`atom-handlebars` doesn't recognize the end of the comment. It darkens...
Handlebars allows for whitespace to be removed by using a tilde (~) character as explained here: http://handlebarsjs.com/expressions.html#whitespace-control. However, atom-handlebars isn't highlighting this scenario correctly: `{{~#if asdf}}` should be highlighted just...
I find myself writing prompts using OpenAI's Playground, then copy-pasting them back into Pezzo, becuase OpenAI's user interface has some advantages. Here are a few ideas I have to achieve...
Allow HTML attributes to be applied to horizontal rules, which makes it easy to apply custom classes for example, and different styles for hr elements.