Casper Smits

Results 13 comments of Casper Smits

`.node-version` is also supported by the nodejs plugin for [ASDF](https://asdf-vm.com/#/), a universal version manager (nodejs, ruby, etc etc)

Unfortunately no, but I can provide some details. I know the modal isn't closed because manually taken screenshots (`page.save_screenshot("screenshots/#{filename}.png"`) show the whole screen including the modal. Unfortunately, we still use...

I encountered this in a hobby application that I threw away when I finished playing with it, so I can't reproduce it very easily. I recall getting an error that...

@KaniRobinson did you get any chance to make a start? I could maybe help you out, although I'm not fluent in Vuex ORM yet

I think this might be related to the `_msgid` property of incoming messsages

> How do I fix the warning message as it's now behind nginx reverse proxy ? There should be an option to pass the web address to the service through...

What @cyrilboh means is that this warning is a false positive. I also reverse-proxied my youtransfer instance and even though the application is reachable at a normal URL, the warning...

Hi, in this commit it was added to the Grafana add-on: https://github.com/hassio-addons/addon-grafana/commit/2848651a84acc1a21fc8dbab0ba6797198d3f36a I thought that might be helpful

That is indeed literaly what it is, but I had to put it in data: ```javascript data: { EmptyComponent: {}, }, components: { VirtualList, } ```

I think your PR is helpful! However, we do not have the same issue. I don't want to specify what target ``'s should have, but I want the addon to...