Eric Jeker
Eric Jeker
Hi @kemenesbalazs, thanks for your message, I will have a look at that.
Hi Tom, just FYI, we were able to generate something automagically with a script [here](https://github.com/faker-js/faker/pull/289) (thanks to @ST-DDT effort) but not sure if that's useful for you or if there...
Yes, this would be great. I also need to import build prices to be able to calculate profit easily. But while discussing with Golden I was wondering if we couldn't...
- average the amount per day to smooth the curve (should be a toggle because it will prevent editing values) - display the movement (% and value) from the first...
Let me dive into it a bit and I will see if I can do something. I just started using Obsidian today. Also there is currently 2 or 3 Dracula...
> @kamranahmedse maybe good start would be to use this roadmap as a starting point for your QA Roadmap? https://medium.com/slalom-build/quality-engineer-learning-roadmap-fddfcb77409e This covers a lot. I was thinking about creating something...
Thanks @vixeven , sorry for the very late reply, I don't check this repo very often. I will have a look at your setup.
Thanks guys, this helped me a lot today! ❤️
Hi @KiwiKilian, usually my approach is to handle the exceptions I don't want reported. Everything that is falling through should appear on Sentry. If I then see something on Sentry...
Hi @KiwiKilian, in version 2.0 I added an Exception Filter that is catching everything. Let me know what you think. Obviously, there is a need to add some filtering here...