Eric Meier
Eric Meier
Sure, there are mainly two use-cases for it: 1. Cancel composition to perform some action on the pending editor state while the user is composing (mainly relevant for auto-replace shortcuts...
Any objections/comments on this, or should I create a polished version of this PR?
What errors are you seeing? The examples compile and work (they are running on https://www.slatejs.org/ and get re-deployed on every merge and there are e2e tests ensuring that they work)....
You have to implement that yourself. Slate is a framework for building text editors - not a fully-fledged text editor. There is an example showing how you would go about...
Hard to say what exactly is going on here. I suspect it's something specific to your implementation, although it could very well be a bug in slate as well. Can...
Working link: https://github.com/google/rejoiner/blob/master/examples-gradle/src/main/java/com/google/api/graphql/examples/library/graphqlserver/DataLoaderModule.java
If you need help brining these changes to slate-angular I'd be happy to help out with any questions
I solved this Problem with my printer, by resseting it using the reset switch after I connected it to openDACT.
Try to change your system lenguage to English. Its caused by the differents in writing numbers: For example Germany writes it like that: 10.000,10 and Americans like that: 10,000.00
Hi @YasinChan 👋 Sadly this is to be expected and the intended behavior due to how IMEs on android work. They initialize a 'composition session' for almost every input/change while...