Gareth Latty
Gareth Latty
[As noted by englerj](https://github.com/JetBrains/resharper-unity/pull/768#issuecomment-427925303), this change has created a ton of incorrect warnings in my project that can't be turned off without turning off all inconsistent naming warnings. A fix...
I did a few searches and couldn't find any previous discussion of this—apologies if I missed something. I think it would be a good feature to rewrite lambdas assigned directly...
If you attach an event handler to `wl-slider` for the `input` event in Firefox (67.0.4), nothing happens when changing the slider. This works as expected when tested in Chrome. I...
`wl-tab` sets [the `aria-checked` attribute](https://www.w3.org/TR/wai-aria-1.1/#aria-checked) when the tab is selected, but has [the `tab` role](https://www.w3.org/TR/wai-aria-1.1/#tab), which does not support the attribute. Instead, [the `aria-selected` attribute](https://www.w3.org/TR/wai-aria-1.1/#aria-selected) should be used.
This project welcomes localizations from the community. If you speak another language and can translate the application, we'd love to have help making Massive Decks easier for more people to...
Currently this just kills the game. It would be nice to allow the addition of another deck to solve the problem and continue.
Add a new house rule that can be enabled from the house rules during game setup: > At any time a player may spend a point to play an additional...
There are official CaH packs that include images rather than just text, it would be nice to offer something similar. There are some questions about the implementation: - How is...
Currently the Happy Ending house rule uses a hard-coded English-language "Make a Haiku" card. It would be nice to offer localization of this. There are a few options here: -...
As notes in #111, our current strategy for matching languages (exact string match) isn't ideal. We really want to do some standardising & fuzzy matching (e.g: https://github.com/LuminosoInsight/langcodes)