Thomas Kaul
Thomas Kaul
> So what if we prevent non-investment activities from creating transaction point symbols in the first place? Thanks for the suggestion, @lairsinc! Your approach sounds interesting and worth exploring. Let's...
@tanmaytare are you going to provide a PR for this issue?
I have created a follow-up issue: https://github.com/ghostfolio/ghostfolio/issues/4065
> I see that there are some entries with `state="new"` that are already translated, shall I just verify them and then change their state to `"translated"`? Exactly. I don't know...
> I'm sorry, is there a recommended tool to edit the xlf file? You could either use a conventional text editor or edit the file directly on [GitHub](https://github.dev/ghostfolio/ghostfolio/blob/main/apps/client/src/locales/messages.it.xlf).
I have extended the instructions by a changelog entry.
Hi @Krabtus Thank you for your suggestion! Introducing a `mode?: 'instant' | 'lazy';` on this [configuration](https://github.com/ghostfolio/ghostfolio/blob/main/libs/common/src/lib/interfaces/scraper-configuration.interface.ts) would add flexibility to our scraper. If you are interested in working on this...
> can you please help me in identifying where in the code, the scrapper configuration is being executed once a night ? It is executed [every hour](https://github.com/ghostfolio/ghostfolio/blob/main/apps/api/src/services/cron.service.ts#L31) and skips once...
@shaun-ak The configuration is currently a json with a single textarea. I would concentrate on the logic in this issue. We could create a dedicated form for all these parameters...
Hi @hamperfait Could you please follow our bug report template by providing detailed steps to reproduce the issue and attaching a minimal set of exported activities if possible? Thanks for...