- Mar 08, 2024
-
-
Steven R. Loomis authored
- remove the fatal exception about a failed section compiler, as it will always otherwise be propagated to the user Fixes: #10894
-
- Mar 06, 2024
-
-
Steven R. Loomis authored
Fixes: feat(developer): tests CompilerMessage matching should be loose #10943 (also gets us working on Node 20)
-
Steven R. Loomis authored
- check for user-produced \uXXXX errors BEFORE we actually (re)introduce \uXXXX into the stream Fixes: #10937
-
Steven R. Loomis authored
-
- Mar 05, 2024
-
-
Marc Durdin authored
fix(developer): message export filename was title case
-
Marc Durdin authored
Triggered failure seen in https://github.com/keymanapp/help.keyman.com/pull/1085.
-
Marc Durdin authored
chore(developer): consolidate external links in Developer messages
-
Marc Durdin authored
docs(developer): kmc-ldml api documentation
-
Marc Durdin authored
fix(developer): hint text special characters
-
Marc Durdin authored
fix(developer): move osk.ts from developer-utils to kmc-kmn
-
Marc Durdin authored
Fixes #10372.
-
Keyman Server authored
auto: increment beta version to 17.0.282
-
Keyman Build Agent authored
-
- Mar 04, 2024
-
-
Steven R. Loomis authored
-
Steven R. Loomis authored
- add missing conformsTo
-
Steven R. Loomis authored
Merge branch 'chore/resources/10900-ldml-45' of https://github.com/keymanapp/keyman into chore/resources/10900-ldml-45
-
Steven R. Loomis authored
- further fixes
-
Steven R. Loomis authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Marc Durdin authored
-
Marc Durdin authored
-
Marc Durdin authored
Establishes keyman-urls.ts as a single place for any links to external websites. I searched all .ts files in Keyman Developer source and replaced references to websites with function calls here. Note that the names of individual functions within this class can be easily changed as needed, as the hard part was the consolidation.
-
Marc Durdin authored
Merge pull request #10906 from keymanapp/chore/developer/10889-deploy-compiler-messages-to-help-site chore(developer): deploy compiler messages to help site
-
Joshua Horton authored
fix(ios): cross-paragraph keyboard rules
-
Marc Durdin authored
chore(linux): Update debian changelog
-
- Mar 03, 2024
-
-
Steven R. Loomis authored
- updates to support techpreview -> 45 - test changes Fixes: #10900
-
Steven R. Loomis authored
- updates to support techpreview -> 45 Fixes: #10900
-
Steven R. Loomis authored
- updates to support techpreview -> 45 Fixes: #10900
-
Steven R. Loomis authored
- update to cldr 40fa7fd5b074a203581d04ca0c0b004ab9aa491b (main) - alpha1+ - includes patch for bn Fixes: #10900
-
- Mar 02, 2024
-
-
Keyman Server authored
auto: increment beta version to 17.0.281
-
Keyman Build Agent authored
-
- Mar 01, 2024
-
-
Marc Durdin authored
-
Marc Durdin authored
Relates to #10207. Note: reduces the API surface by removing members which should be internal. Fixes a few minor typos in other API docs. Adds missing docs for kmc-kmn also.
-
Marc Durdin authored
api-extractor returned the following error: ``` ERROR: The "export * as ___" syntax is not supported yet; as a workaround, use "import * as ___" with a separate "export { ___ }" declaration ``` -
Marc Durdin authored
Fixes #10889. This involved a bit more refactoring to help-keyman-com.sh in order to allow for multiple paths to be uploaded. I opted _not_ to move the entire Keyman Developer documentation into this repository, partly because a number of pages are still in PHP rather than Markdown.
-
rc-swag authored
feat(windows): move the code kmshell.dpr to unit so that only the includes are in dpr
-
Joshua Horton authored
fix(android): handle surrogate pairs in selection range indexing
-
jahorton authored
-
Marc Durdin authored
test(developer): kmc unit test infrastructure messages
-
Marc Durdin authored
Fixes #10872. Modifies #10845. developer-utils is also used by server. Because osk.ts depends on common-types, this introduced a transitive dependency for developer-utils. Packaging server for deployment as part of Keyman Developer is fragile and we need to hand-code our internal dependencies, as npm bundling struggles with in-repo dependencies. So we need to avoid introducing extra dependencies into developer-utils at this time. It turns out that osk.ts is used by kmc-kmn and kmc-analyze. kmc-analyze already has a dependency on kmc-kmn, so it makes sense to put it there.
-
Marc Durdin authored
feat(developer): adds kmc message command
-