Rudolf Tucek

Results 8 comments of Rudolf Tucek

TL;DR (workaround); Put this in your .vimrc: `set guicursor=` And start Neovim like so (you may want to alias this...): `VTE_VERSION=100 nvim` Explanation: From [Neovim's FAQ](https://github.com/neovim/neovim/wiki/FAQ#how-to-change-cursor-shape-in-the-terminal) > Note: some plugins...

As far as I can tell, any Android device (phones and tablets), no matter what OS version, with Google Chrome Mobile (current v39.02171.93) are affected.

Hi @tkakar, thank you, appretiate your feedback. I'm clicking through your codesandbox sample, but I don't see any error in the browser. What OS and browser are you testing with?...

ah... I checked the `Input.vue` instead of your mentioned `Number.vue` component. I believe that was because your link above had imported the `Number` component, without actually making use of it...

See #41 and #37 I've been playing with Vue 3 a bit, but didn't had time to work on this library.

Ok, as it turns out, it's due to having this in my `docker-compose.yml` file: ``` [...] mailhog: image: mailhog/mailhog logging: driver: 'none' ports: - "8025:8025" profiles: - mailhog [...] ```...

Thx for the hint with the `ref` and `resizeend` event. In case it doesn't work for anyone that way (like for me), you have to wait until the child component...