1. Jan 05, 2024
    • Marc Durdin's avatar
      fix(developer): cleanly handle filling a new osk file from layout · beddf05a
      Marc Durdin authored
      Fixes #10315.
      
      When filling from layout, if the .kvks file did not exist, an obscure
      error was generated:
      
          Error: 2908 Error encountered parsing eo_plus.kvks: TypeError: Cannot read properties of null (reading 'byteLength')
      
      Fixed this by checking for file existence before attempting to process,
      which then reports a more understandable error of 'file not found'.
      
      Then, needed to tweak the caller in Keyman Developer IDE to remove the
      reference to the .kvks file before attempting to build
      (chicken-and-egg).
      beddf05a
  2. Jan 04, 2024
  3. Jan 03, 2024
  4. Jan 02, 2024
  5. Dec 31, 2023
  6. Dec 29, 2023
  7. Dec 23, 2023
  8. Dec 22, 2023
  9. Dec 21, 2023