Martin Kimmerle

Results 23 comments of Martin Kimmerle

Ich habe eine "quick & dirty" Implementierung bezüglich des Charts erstellt – und zwar eine Option, ob Wertpapier-Charts in der „Hauptwährung“ des Portfolios (base currency) angezeigt werden sollen, oder wie...

There's an issue already (german): https://github.com/buchen/portfolio/issues/1314

Ich habe eine "quick & dirty" Implementierung erstellt. Habe es noch nicht ausgiebig getestet. Außerdem fehlen noch einige Übersetzungs-Korrekturen. https://github.com/myrdd/portfolio_performance/tree/update-quotes-of-selected-securities

My current workaround: First put _0.01_ (or any other non-zero value) into the SubTotal field, then put _0_ (zero) into the Quote field. After that, don't click into the SubTotal...

This would be a really nice featue :) I can confirm that the browser sends a `POST` request to `https://github.com/notifications/thread`, the referer being e.g. `https://github.com/danieloeh/AntennaPod/issues/100`. When subscribing, the request body...

@bhack Looks like the API interface we are looking for.

related issue, maybe the same: https://github.com/AndreAle94/moneywallet/issues/45

FYI, I'm currently using [Foldsearch](https://www.vim.org/scripts/script.php?script_id=2302) for (kind-of) filtering. Works for me for now, still being newbie in terms of both todotxt and vim. See also these SE questions: - https://stackoverflow.com/questions/862966/hide-all-notmatching-lines-in-vim...

> Is there a tool to update it, or manually? I'm doing it like this: https://gist.github.com/myrdd/3013c38cb93338e09675cd3fa306a9c6

~~This would be a great feature! In my case, I use `console.dir` to print `Error`s, for example:~~ ```js try { throw new Error(); } catch (e) { console.error("Error occurred! Details:");...