JunkMyFunk
JunkMyFunk
I'm also looking to implement a mention feature and tried the approach suggested by @Bengejd, however this does not work. Parsing the text using `onTextChanged()` is fine and you can...
@Bengejd Not sure which setting can be used to do that? There's `keepOpenAfterSubmit` and `showKeyboard` mentioned in the docs but I don't see any properties to control the behaviour when...
@EddyVerbruggen apologies for the delay, just got to putting a demo together for you. Updated demo/index.html is [here](https://github.com/JunkMyFunk/cordova-plugin-native-keyboard/blob/master/demo/index.html) To demonstrate the issue, I have added a mention list to the...
@EddyVerbruggen Not sure if you've had a chance to look a the demo I provided but I think this issue is a blocker for developing a WhatsApp-type app, not just...
Same issue, output from SQLFluff is: ``` ------------------------------------------------------------ Format triggered for /etl/dbt/ssmp/models/looker_explores/explore_product_availability_score.sql ------------------------------------------------------------ Reading from stdin, not file, input may be dirty/partial --------------------Executing Command-------------------- /etl/dbt/ssmp/.venv/bin/sqlfluff fix --stdin-filename dbt/ssmp/models/looker_explores/explore_product_availability_score.sql - ------------------------------------------------------------...
I was missing `"sqlfluff.experimental.format.executeInTerminal": true,` adding this resolved the issue.