Results 19 issues of Jeremy Dormitzer

As mentioned in #19, there should be a file that stores per-book data, such as annotations. This is in addition to the `data.json` file, which stores global application data and...

From an email from @diethardsteiner: > I had a look at how the ToC is generated (I must admit I am new to Electron > and know only basics of...

Each binary generated should be able to be used to open .epub files in the OS GUI.

enhancement
help wanted

The user should be able to bookmark a page with a menu function (`Control+s`), and toggle a buffer of bookmarks with another menu function (`Control-b`). The bookmark buffer will appear...

enhancement

I've tried setting the icon via the BrowserWindow [icon option](https://github.com/electron/electron/blob/master/docs/api/browser-window.md#new-browserwindowoptions) as both a `string` and a [`NativeImage`](https://github.com/electron/electron/blob/master/docs/api/native-image.md). I've also tried using the [--icon option](https://github.com/electron-userland/electron-packager/blob/master/usage.txt#L42) of `electron-packager`. A workaround, at least...

bug
help wanted

When gptel-context-add was called with a positive prefix argument to select a buffer to add to the context, it was using `point-min` and `point-max` of the _current buffer_ to determine...

This is a fix for #769. It ensures that we insert a `gptel-response-separator` after a tool result comes in in streaming mode. This prevents weird formatting when `gptel-include-tool-results` is `nil`...

### Please update gptel first -- errors are often fixed by the time they're reported. - [x] I have updated gptel to the latest commit and tested that the issue...

bug

### Description I would like to be able to use a `snow sql` REPL in Emacs' [comint-mode](https://www.masteringemacs.org/article/comint-writing-command-interpreter). Unfortunately, something about the way to REPL works is prevent any I/O between...