Fernando Maclen

Results 104 issues of Fernando Maclen

- Bank of America https://developer.bankofamerica.com/CPODevPortal/apidocs/public/#/api/account-information/cashpro-reporting-v1-transaction-inquiries-current-day-post - US Bank https://developer.usbank.com/solution-areas/retail-banking-apis - Wells Fargo https://developer.wellsfargo.com/products/overview/transaction-detail - Mercury https://mercury.com/api - Fundrise Connect API: https://fundrise.com/connect-api

documentation
help wanted

- [x] Get the last balance statement - [x] Auto-calculate from transactions

v2

Currently `ollama-js` has the [following option types](https://github.com/ollama/ollama-js/blob/main/src/interfaces.ts#L12-L45): ```ts export interface Options { numa: boolean num_ctx: number num_batch: number num_gpu: number main_gpu: number low_vram: boolean f16_kv: boolean logits_all: boolean vocab_only: boolean...

We are currently using this Github action: https://github.com/ad-m/github-push-action When a contributor is creating a PR and tests are run on that branch, the action is unable to commit the updated...

bug
tech-debt

- Add a Github Action for checking [`typesafe-i18n`](https://github.com/ivanhofer/typesafe-i18n) changes - We should check the type definitions are generated whenever we add new keys - We should check that every language...

good first issue
tech-debt

After refreshing the page the text editor shows the correct color. https://github.com/user-attachments/assets/8e9165bc-587a-493f-b646-c6d6eb6aeeff

bug
UX / UI

- Need to add a `name` or `title` field for [`Sessions`](https://github.com/fmaclen/hollama/blob/main/src/lib/sessions.ts#L13-L19) - Will also be needed for #164 - Could probably send one more AI completion request before [saving the...

enhancement

E.g. _if a user opens the Hollama on 2 tabs and starts separate sessions, both should appear on both tabs_ We might be able to listen to these events to...

enhancement