Results 25 comments of Winston Cooke

Same issue. Have accidentally sent the wrong tweet to someone multiple times when sharing from the app.

I'm a bit confused by what you're trying to solve here. Some clarification would be great! When implementing your changes, I'm seeing that the top menu bar items are not...

@mikehardy I definitely agree with your thought process that the icon color should be part of menu preparation and agree with what @Prince-kushwaha has laid out. What concerns me though...

Unfortunately that is the case, but I think @Prince-kushwaha is onto something here. If an issue isn't already open, I'd suggest opening an issue for this and continue working to...

https://user-images.githubusercontent.com/71997294/162592365-f8407b0f-8dc6-4ff4-b16c-2b7a236244fd.mp4 Please forgive the glitchy video. The important part is the final frame. Your changes are working for me and look great related to #10732, but I'm still getting the...

It looks like import maps are on [Mozilla's](https://github.com/mozilla/standards-positions/issues/146) and [mrdoob's](https://github.com/mrdoob/three.js/issues/22532#issuecomment-917682615) radars. Perhaps for now a simple banner at the start of the book recommending Chrome would be helpful for pointing...

This comment points towards the fix: https://discourse.threejs.org/t/bug-importmap-isnt-suppored-by-firefox-and-safari/41716/4 Essentially, in Firefox the user has to navigate to `about:config` and set `dom.importMaps.enabled` to `true`. This solves the issue upon refreshing the page....

> Hey there! Definitely check the current alpha to see if it still happens: https://github.com/ankidroid/Anki-Android/releases but if it does, nice find! I'll take a look tomorrow and then dive in...

Can confirm the issue still exists on [AnkiDroid 2.16alpha54](https://github.com/ankidroid/Anki-Android/releases/tag/v2.16alpha54). I'll take a look into it, and see if I can figure out an elegant solution.

@mikehardy I've run into a wall, so perhaps your familiarity with the codebase can help. In the `AbstractFlashcardViewer.java` class, which is inherited by `Reviewer.kt`, the following methods are called: ```...