Martin Vysny
Martin Vysny
The default FPS of 60 apparently uses too much CPU on certain devices. Would be good to make this configurable. Thank you :)
due to the over-zealous interpretation of characters in the input field (that is, trying to do partial translations), input in a normal browser with input translation via Anthy or Scim...
きんゆう in romaji should be typed "kinnyuu" as every other IMEs do, instead of having to type "kin'yuu". --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/43438989-in-romaji-should-be-typed-kinnyuu?utm_campaign=plugin&utm_content=tracker%2F13546219&utm_medium=issues&utm_source=github)** We...
In the EmbeddedDB mode, Aedict must support pagination (paged loading from the DB) of category entries, otherwise it may take several seconds to switch to a category, especially if there...
Implement test filtering based on UniqueIdSelector when https://youtrack.jetbrains.com/issue/IDEA-169198 is fixed
There is no clear distinction between the code that *creates* tests (calls the `test()` method), and the *testing* code itself (blocks inside of `test()` method). However, there is a ton...
When I launch the Beverage Buddy Vaadin 10 example and hit "Edit" button on the Reviews list, I'll get the following exception in the console: ```java 01-Nov-2017 08:46:04.165 SEVERE [http-nio-8080-exec-4]...
When launching the xjc task under Java 11, it fails with: ``` Execution failed for task ':aedict-indexer:jaxb-jmdict-schema:xjc'. > java.lang.NoClassDefFoundError: javax/activation/DataSource ```
I've added this class to my example project (generated from start.vaadin.com): ```java @Endpoint @AnonymousAllowed public class AboutEndpoint { public String getVersion() { return "1234"; } } ``` I'd expect `mvn...
### Description of the bug I'm calling `grid.setDetailsVisibleOnClick(false);` to prevent details being shown on row click. Then the Grid is detached and reattached, but suddenly it now reveals details on...