• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle



  • HeliBoard has been my chosen SwiftKey replacement: https://github.com/Helium314/HeliBoard

    Features I value:

    • Multilingual typing (as someone who writes EN, PT and dabbles on DE and NL daily, having to check which language I’m on and switch keyboards/layouts every time sucks)
    • Glide typing (with optional closed source library)
    • Clipboard history
    • Comprehensive layout customization
    • Autocorrect (with customizable level of confidence)
    • Emoji selection and history

    It does suck to see an app that I loved and paid for (yes, I used it for THAT long) get enshittified and try push AI* down my throat.

    Not to mention M$ owning my typing history (which I kinda could live with).

    RIP SwiftKey.









  • Yup, very likely that.

    My crystal ball says that your client is trying to parse the response of a failed request as it was a successful one.

    A successful request would return a valid JSON object, while a failed on would probably return an error message.

    Report a bug with your client devs saying that they should check that request’s status code says it’s successful before trying to parse its response as JSON.