Max Leiter

Results 58 issues of Max Leiter

There's a few goals here, generally listed in order of priority below. Any help is welcome! There's tons to do. 1. Migrate to Next.js 13's app directory (https://beta.nextjs.org/docs) 1. Migrate...

Introduced in #70 that closed #69

I'm interested in contributing this if you're open to it @james2doyle, but I want to hear your thoughts first. I'd like to support sub-menus implemented via children omnibars. You can...

### Feature Description Model providers and the AI SDK currently support two kinds of "chat chunks": ``` { type: 'text', text: '....' } ``` and ``` { type: 'image', url:...

enhancement
ai/core
ai/provider

Usage: ``` const screenshotBuffer = OverlayController.screenshot(); const screenshotImage = nativeImage.createFromBuffer(screenshotBuffer, { width: OverlayController.targetBounds.width, height: OverlayController.targetBounds.height, }); ``` Here is a result from the demo app: ![screenshot](https://github.com/SnosMe/electron-overlay-window/assets/8675906/9914b5b7-8fa9-402c-bb06-fe516fd32e1d) Colors are a bit...