Mark Maday
Mark Maday
I was able to work around this problem by triggering a resize event that causes a redraw: `window.dispatchEvent(new Event('resize'));` The `refresh` command caused other side-effects so this was the easiest...
I've been able to work around this problem by triggering a resize event which will cause a redraw. `window.dispatchEvent(new Event('resize'));`
The README references the custom html-webpack-template that no longer works with v4: > You can use the lodash syntax out of the box. If the inject feature doesn't fit your...
Just want to echo that my team and I are encountering the same issue with a very similar runtime environment. We're also downgrading to 18.10.1 as a workaround.
I just pushed a the 2.0.1 release. When you pick it up, retry and let me know your results.
Looks like you fixed it at https://github.com/jvmccarthy/hoxy/commit/71251f981800ed73b077f4a652c0c38794074c82 ?
Fira Code was patched to support powerline all the way back in [0.6](https://github.com/tonsky/FiraCode/releases/tag/0.6). I've tried other [powerline fonts ](https://github.com/powerline/fonts) with the same exact results.
Encountering this issue with the AsyncClient. Any chance this can be merged?