Kenneth Sundqvist
Kenneth Sundqvist
Which website does this happen on? Also, if both hints `3` and `30` are available and you want to activate `3` you must press `Enter`/`Return` to activate the hint.
Hi @jeshan. Thanks for reporting this. The hints do appear, they are hints 16 and 17 at the top of the page in your screenshot. The reason they're at the...
Thank you for reporting this bug. I'm quite busy right now with life, but I will investigate this as soon as I can.
Relevant `all_frames` content script option: https://developer.chrome.com/extensions/content_scripts
My work on `turn-start` and `mulligan-start` events can be found here: https://github.com/EvilOatmeal/hearthstone-log-watcher/tree/turn-events It is incomplete since it doesn't fix the issues mentioned in this issue, but it does work well...
It's not that hard to detect turn changes actually and I have a quite solid implementation of it here: https://github.com/EvilOatmeal/hearthstone-log-watcher/tree/turn-events However the current implementation of card changes (the `zone-change` event...
The Scribe RTF editor has a custom undo manager that works really well and could be a nice reference. The code is well written and easy to understand. https://github.com/guardian/scribe/#why-does-scribe-have-a-custom-undo-manager I...
This would also enable working with multiple accounts (access tokens) without having to logout+login all the time.
Using the `@time` format with date keywords is not a priority for me, and I don't consider it a part of this issue. I only mentioned it as a possible...
I want to look into this because I need it too. I'm thinking the solution to not require Grunt is better so that: - it gets attention and is usable...