PJ Eby

Results 61 issues of PJ Eby

Because of the way post GUIDs are escaped by WordPress, an image URL like https://images.unsplash.com/photo-1491895200222-0fc4a4c35e18?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2767&q=80 gets turned into https://images.unsplash.com/photo-1491895200222-0fc4a4c35e18?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2767&q=80 in the GUID, which leads to the wrong image URL being...

Currently, cram treats *any* indented line as though it were part of test output, even if it's not adjacent to a command, continuation, or other output line. This PR makes...

### Describe the bug If I maximize a kanban secondary window (e.g. by double-clicking the Obsidian title bar, drag and drop stops working in it. ### Expected Behavior It should...

bug

### Describe the bug What happens: the entire workspace disappears; entering the console debugger and stopping reveals either an infinite loop of Kanban's RAF calls calling RAF calls, or a...

bug

### Goal or desired outcome of this feature I'd like to be able to drop notes to a Kanban from another markdown viewing app (or from File Explorer). ### Describe...

enhancement

### Describe the bug Sometimes, dragging a card from one list to another, it's impossible to add it at the bottom of the list -- the last card will move...

bug
can't repro

**Describe the bug** Command settings are not updated unless you turn off the command and turn it back on again **To Reproduce** Steps to reproduce the behavior: 1. Create a...

bug

**Describe the bug** "Insert After" matches a line prefix (startswith?), not the whole line **To Reproduce** If a capture choice is set to insert after "## Do", it will instead...

bug

**Is your feature request related to a problem? Please describe.** When I capture something from selected text there is no visible indication whether the operation succeeded or not **Describe the...

enhancement

It appears that the ESM builds (dist/redom.es.js and dist/redom.es.min.js) are ES5 code, which introduces some issues when trying to use a tree-shaking bundler, as they can't properly detect when certain...