Reece H. Dunn
Reece H. Dunn
As a work around you will need to manually write the wrapping entity class logic and the linking logic (replicating parts of InnerTableLink). This doesn't interact with the entity cache...
As we are not able to contact the original developer of eSpeak (Johnathan Duddington), it is not possible to modify the license for the existing codebase, including adding exceptions. However,...
1. `COPYING` -- The main license file used by most of the project code and what the project is licensed as. 2. `COPYING.APACHE` -- For the android port code which...
See also https://github.com/espeak-ng/espeak-ng/blob/master/docs/languages/gmw/en.md and https://github.com/espeak-ng/espeak-ng/blob/master/docs/phonemes/kirshenbaum.md.
Those tables were disabled, and only had code for compiling them in eSpeak. As such, they did not work, and would not work if re-added. I like the basic idea,...
Does `espeak-ng --voices` list all voices or only English? Have you checked that Russian was selected when installing espeak-ng (in the Languages feature in the "components to install" page of...
Hi, Currently, those annotations are not made use of by the plugin so are currently only informational. Your markup example looks good. My plan is to eventually create versioned packages...
Hostname/IP should just be `localhost` (or `127.0.0.1`) as you are connecting to the server (`localhost:1984`) not the web server. Keep this open and I'll look at adding validation to the...
This is on my roadmap. I have code to read zip and file based packages. I need to add logic to configure and manage package directories and then find the...
While JSONiq is similar to XPath/XQuery, it is sufficiently different to require a dedicated IntelliJ plugin. Especially as the two languages evolve.