Fernando Maclen

Results 104 issues of Fernando Maclen

- Run every step outlined in the **README** through a single command - Update `.github/workflow`'s so they take advantage of such command - Update README Reference --- 1. Install **Electron**...

documentation
enhancement
good first issue

- Create markdown file with the schema - List Pocketbase API endpoints - Include usage examples - Make it LLM friendly

documentation
enhancement

https://www.electron.build/code-signing

macOS
Electron

https://www.electron.build/auto-update Blocked by https://github.com/Canutin/desktop-2/issues/29

Electron
blocked
v2

At the moment the tests run [using 1 worker](https://github.com/Canutin/desktop/blob/master/sveltekit/playwright.config.ts#L32), the main reason why we can't increase the number of workers is due to: https://github.com/Canutin/desktop/issues/51 Aside from being blocked by that...

help wanted
Electron
SvelteKit

- If **Account** `isClosed` or **Asset** `isSold` don't show it in Balance sheet. - Maybe show a list of closed and sold entities below.

enhancement
good first issue
SvelteKit

The [current implementation](https://github.com/Canutin/desktop-2/blob/master/electron/tray-menu.ts#L188-L195) sets a timeout delay but ideally we should check if the server is indeed running before it opens the url in the user's browser. Might be a...

good first issue
Electron

Only a few of the methods in [TrayMenu](https://github.com/Canutin/desktop-2/blob/master/electron/tray-menu.ts) have unit tests, primarily due to difficulty mocking Electron's modules. Specifically, we need tests for: - [ ] [`constructor()`](https://github.com/Canutin/desktop-2/blob/master/electron/tray-menu.ts#L45) - [ ]...

good first issue
help wanted
Electron
tech debt

- From "No sessions in history" to the first session - From "Write a prompt to start a new session" to the first message in session - Add transitions to...

bug