D. St-Jacques
D. St-Jacques
@hhubik Really? Can you share more of your code, maybe your whole editor configuration? Because I cannot get the handler to fire with `Shift + Enter`. ``` quill.keyboard.addBinding({ key: 'Enter',...
Sorry for butting in, but I'm following this because it sort of looks similar to [the issue I created in the efcore.pg repo](https://github.com/npgsql/efcore.pg/issues/1553) where I was reporting that the JSON...
@zozoh Exactly, and **that**, unfortunately, disqualifies Quill as a serious, viable contender for Rich Text Editor replacement like CKEditor5 and TinyMCE or Froala for everything except simple use cases. :/...
> just run `npm i ckeditor5 --save-dev` and it should work again ;) I use a custom build of ckeditor5. After upgrading my build and `ckeditor5-angular`, I had the same...
Thanks @samcook, but wouldn't that acquire it temporarily for a few milliseconds and so, it could possibly block the "real" process from acquiring the lock too? I'd like to avoid...
Yes, we ended up looking at Redis directly. I agree it's a bit of a workaround, hence my question for a native way of doing this. ;)
@cbmek I don't believe that would work in my real use case as the resource is "one per account in a multi-tenant system". The resource key is something like `resourceId-tenantId`....