Thomas Kaul

Results 211 comments of Thomas Kaul

Hi @httpiga Glad you could manage to find a solution! Do we need to change something in our `Dockerfile` or can we just close this issue?

How would that look like specifically?

Thank you for bringing this up again, @cromelex. This functionality has been available for some time. I have just made a PR (https://github.com/ghostfolio/ghostfolio/pull/3326) that extends the FAQ by custom assets.

Hi @FraneCaleta That would be a great improvement for every dialog. Here is the original PR that makes it possible in the `CreateOrUpdateActivityDialog`: https://github.com/ghostfolio/ghostfolio/pull/913

The submit button closes the dialog with the form data and the [page is listening on the close event](https://github.com/ghostfolio/ghostfolio/blob/main/apps/client/src/app/pages/accounts/accounts-page.component.ts#L249). You can add `onSubmit()` to the `CreateOrUpdateAccountDialog` as in `CreateOrUpdateActivityDialog` to...

[hisu-u.json.zip](https://github.com/ghostfolio/ghostfolio/files/11471593/hisu-u.json.zip) ### Log ``` The following result did not validate with schema: #/definitions/QuoteSummaryResult [ { instancePath: '/topHoldings', schemaPath: '#/required', keyword: 'required', params: { missingProperty: 'stockPosition' }, message: "must have required...

Hi @ups7 Thank you for creating this ticket. 1. Regarding date: It seems that the ex-dividend date is all we can get from Yahoo Finance (see [here](https://finance.yahoo.com/quote/AAPL/history?period1=1659266581&period2=1690802581&interval=capitalGain%7Cdiv%7Csplit&filter=div&frequency=1d&includeAdjustedClose=true)). I don't think...

Thank you for your request @martinjuhasz. Another conversation in _Ideas_ about this topic has been started some time ago: https://github.com/ghostfolio/ghostfolio/discussions/906 I am not affected by it, so I will not...

Hey @daxter44 What would happen if there was a (hidden) field for the username and you just add the password (token) in _KeePass_? Have you already played around with the...

Yes, please create a PR with your initial solution and we can build on it.