David J. Bradshaw

Results 214 comments of David J. Bradshaw

It would be really good to understand why the above change to the config makes a difference, I noticed your Pi-Hole template also moves `accessories` up a level and removes...

@drewm, @picks44, @JCFerrerG, @MeStrak, @victornpb I'm currently working on a large v5 update (#1212) to _iframe-resizer_ and I would like to includes an `@iframe-resizer/vue` component that ideally works with Vue,...

As a starting point, this is roughly how I think the Vue3 example would need to be updated, ### Vue Directive ```ts import { Directive, DirectiveBinding } from "vue"; import...

Sorry for slow reply, I've been ill. That sounds reasonable if you want to give it a go.

Fixed in V5.0.0 Please see https://iframe-resizer.com/frameworks/react/#advanced-example

Downsizing issues are caused by element in the iframe having percentage heights on them.

@sanchezdelreal in the homebridge UI, select the three dot menu in the top right of the screen. Select `Terminal`. Type `npm i --save naofireblade/homebridge-weather-plus` Press the Enter key. Wait till...

I expect this is an issue with the underling [SSH project](https://github.com/mscdex/ssh2) having a compatibility problem with your remote SSH server. If your not connecting to OpenSSH 6.1 then I'd suggest...

I get around this by creating bash script file, use sftp to copy it over and then sshexec to chmod and run it. Much neater than placing a bunch of...

You might also want to check out grunt-hash-manifest to checksum the files your uploading. I had a tar.gz file get corrupted the other week and it trashed a load stuff...