You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Joren-vanGoethem I added a cache solution in #22. The tool now stores it on disk and persists data between runs. On starting the tool, the data will be retrieved from cache and loaded in memory.
May need a more robust solution in the future if the cache becomes to large.
There was an issue with the TypeScript Map not being correctly processed and saved in cache. This is now resolved.
However there are now issues with retrieving symbols that are linked to the current "old" DEGIRO converter. This has to do with the way the current converter works with parsing records, and conflicting currencies. When #18 is merged, these issues should be resolved I believe.
add a local file or cache to save the found isin numbers to speed up conversion
cache only stays for the current run, file stays across runs
what do you think @dickwolff ?
The text was updated successfully, but these errors were encountered: