Results 5 issues of HappyRay

I am interested in only the simplified card type ( or HanziBoth if the simplified card type is not available for that note). I can't find an easy way to...

The created field is always set to 1969-12-31. The version I have: Version 2.1.33 (3f403040) Python 3.8.0 Qt 5.14.2 PyQt 5.14.2 The addon version: updated 2019-12-05.

With python 3.8, pyyaml 5.4.1, the simple example used in the official pyyaml documentation for loading a python object https://pyyaml.docsforge.com/master/documentation/#loading-yaml failed to work. The same example works with pyyaml 5.3.1,...

question

e.g. ``` class MagicMethodTest { /** * @param string $methodName * @param array $argument * * @return string */ public function __call($methodName, array $argument) { return $methodName; } } class...