Simon Hänisch
Simon Hänisch
@ELLIOTTCABLE are you sure that the text color isn't just black (check by hovering the lower left corner)? cause that's my issue (not on canary though).
 but when I change hyper's background color to transparent (`backgroundColor: 'rgba(0, 0, 0, 0.5)'`), i can actually (barely) see that the bar is there: 
Did you actually try to enable _hide on blur_ in your config? Works for me on macOS: ``` overlay: { hideOnBlur: true, } ```
I have the issue (on macOS) that the hotkey (alt+space) doesn't work when I wake my computer up from sleep. I need to re-start hyper to make it work again....
A workaround for me is to switch to Hyper (e. g. with alt+tab app switcher), then in the menu bar use "Show/Hide Overlay" under "Plugins". Afterwards the hotkey works again....
Need to wait for https://github.com/ionic-team/stencil/pull/2846 to be merged and published, then bump the stencil version here as well.
Need to wait for https://github.com/ionic-team/stencil/pull/2846 to be merged and published, then bump the stencil version here as well.
Similar issue for `SFCBlock`: ```js const { parse } = require('@vue/component-compiler-utils'); const compiler = require('vue-template-compiler'); const parsed = parse({ source, compiler, //
Ok thanks, however I ended up not cloning our mono-repo at all anymore, also for other reasons. Still might be useful though, I guess.
I've encountered the same thing in Firefox, not after installation, but after clicking the "Enable Cookies" button during authentication... it renders the "page not found" page but after a second...