Ash McConnell

Results 13 comments of Ash McConnell

> We got the same issue in a gitlab-ci pipeline. Looks like a driver issue to me: `libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)` Any updates...

This would be great for us too, we are using CKeditor quite a bit (in an iFrame)

@mrsweaters Any workarounds to get it to work with iframes (on froala)?

Thanks for your help, but we've decided to take the plunge and move to Angular 9 (or perhaps 10)

@DioNNiS I'm trying to do something similar, but can't get the icon to show. Did you ever get a solution to this?

This is reasonably simple to do yourself using lodash debounce (or similar), see the values property below ``` const tributeOptions = { trigger: '`', values: _.debounce(this.loadData.bind(this), 200), lookup: 'surname', selectTemplate:...

The rest of the project is not actually tied to the example cheatsheet. You can create your own fairly easily and modify it how you like (give it a different...

@rigelk You just need to take a copy of the original [cheat sheet](https://github.com/brtnshrdr/angular2-hotkeys/blob/master/src/cheatsheet.component.ts) and change the html / logic to do what you like. It does the `this.hotkeysService.cheatSheetToggle` subscription inside...