Eric Dugre
Eric Dugre
Is there any progress on this? It's still not possible to mock `ISearchClient.InitIndex`
I'm also having an issue that might be related. I'm writing a Zapier CLI application and started getting this error immediately after trying to call `transform()` > Error: Cannot find...
I tried - camaro 6.0.3 - node 10.22.0 Does it require node >=12? I think it might have been an issue with `zapier-platform-core` actually- if so, sorry for polluting the...
As we are now mainly supporting K13, this is not applicable
Closing as merged in #375
As we are now mainly supporting K13, this is not applicable
Potentially related to https://github.com/Alex-D/Trumbowyg/issues/1389
With version 2.28.0 it seems that this issue is back, but slightly different. The editor now creates multiple `trumbowyg-table-resize-vertical-handle` elements: 
Note: In my application I fixed this by setting `state.blockChangeEvent` but it's not ideal: ```js /** * Enables or disables to add/remove event handlers for the tags Tagify element. *...
@yairEO In my application there is a tag input where the user can apply tags to support tickets. The handler needs to be registered when the user manually adds a...