Justin Makeig
Justin Makeig
Changes the exported `highlightRange` function signature to accept an `HTMLElement`, a callback `function`, or a `string` as the second parameter. This is used to create the highlight wrapper nodes. This...
Logical highlights that cross nodes are necessarily broken into physical segments to avoid overlapping markup. (That’s why this library is helpful!) In my `highlightTemplate` callback I want to know which...
In my application, I need to track additional information about each logical highlight. Today, it’s only possible to specify a `class` attribute for a `span` that’s created automatically. This is...
With MarkLogic 8, it would great to be able to specify tasks as JavaScript in addition to XQuery. I don't know how much surgery this would be; I haven't tested...
**Description** Spawned child machine shows up as a new Parent -> Child actor, but it’s not interactive. **Expected Result** I’m pretty sure I‘ve been able to spawn child machines before...
I’m able to control the sort order of the types when I build HTML docs. However, I can't figure out how to specify the same order for the `readme` command....
Quick word and character count in the bottom right is a nice feature. However, it would be more accurate, at least for my use cases, to exclude comments from the...
Example https://svelte.dev/repl/a3552021701e4b3f919b8523af618900?version=3.18.2
The existing `json:serialize` function only allows passing in a single `element()`. It would be convenient to also pass in a sequence of elements and have them serialized as an `Array`.
- [ ] Details about the nature of the problem when there’s a connection error - [ ] Make `connectServer` idempotent. Is there a way to show “connection” status visually,...