Marc Durdin
Marc Durdin
This looks like a font issue. Consistency between platforms might require a custom font though 😢
Yes, modifying an existing keyboard is a recipe for trouble. I noted these as issues or features. If we wanted to control rough breathing behaviour, we'd need to have it...
```js /* Request a new candidates list (if context not empty) */ this.getCandidates(hiragana); /* And display the KMW title bar, ensuring minimum width */ KeymanWeb.ShowHelp(); >>> this.getElem().parentNode.previousSibling.style.minWidth='14em'; ``` Looks like...
Note: these are also causing issues with the 15.0 compiler (NCAPS ambiguity). For now, we can ignore the warnings by switching off "Treat Warnings as Errors" in the project.
This is to enable a macOS user to run Developer, yes.
At this stage, I don't have the capacity to take this on -- perhaps @jahorton could but not sure he has the capacity at present either.
There's a link to the KB article in the root README.md. Given we will be moving away from needing WINE before too long with @SabineSIL's [work on kmcompx](https://github.com/keymanapp/keyman/pull/6980) (although that's...
Worth noting that semver works well in *nix models where every shared library is versioned by filename. But it kinda sucks in the Windows world where most shared libraries are...
We have multiple applications with shared DLLs: we'd prefer not to distribute each of those DLLs multiple times. We don't necessarily control the version of the DLL distributed, but Windows...
> Do you have any more information on this? Yeah, sorry -- I kicked myself for not capturing the crashdump. Unfortunately, when I tried to reproduce this today, I was...