Alex Chaplinsky

Results 7 issues of Alex Chaplinsky

Hey, after updating `electron` to v10 and `spectron` to v12 I've started having issues with running my test suite. So I started debugging by creating a single test with code...

``` Error: Sync is not configured at wr.perform (/Applications/Swifty.app/Contents/Resources/app.asar/main/index.js:2:7963411) at vault:sync:connect (/Applications/Swifty.app/Contents/Resources/app.asar/main/index.js:2:7967385) at IpcMainImpl. (/Applications/Swifty.app/Contents/Resources/app.asar/main/index.js:2:7970843) at IpcMainImpl.emit (node:events:527:28) at EventEmitter. (node:electron/js2c/browser_init:165:11237) at EventEmitter.emit (node:events:527:28) ``` --- Swifty 0.6.10 Electron 21.2.2...

### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...

maker/dmg
code-signing

### the code that reproduces this issue or a replay of the bug ```javacsript const DISCORD_SERVER_ID = 1133306614422708234; const DISCORD_CHANNEL_ID = 1133306615282548788; const DISCORD_TOKEN = ""; let { Midjourney }...

bug

## Description LLMs can detect the sentiment of texts. Add `sentiment` method to both OpenAI and GooglePalm clients which would return one of the following: `positive`, `negative` or `neutral`

## Description If the right prompt is given, LLM can do a great job summarizing large texts. So LLM clients can have a `summarize` method that can accept large text...

### Describe the problem It would be nice to utilize TouchID on Mac in applications built with Tauri. ### Describe the solution you'd like Having an API for prompting users...

enhancement
help wanted
platform: macos
plugin: biometric