Dom Stubbs

Results 15 comments of Dom Stubbs

I have been setting up CakeResque today and noticed the same problem. In my case I just needed to explicitly load AppShell: ```

From what I can see the standard `docker-homebridge` Alpine image has no bundled SSH and this plugin requires it because it references a [forked copy](https://github.com/homeinstalator/syno) of [kwent/syno](https://github.com/kwent/syno) that isn't published...

Switching to the `ubuntu-no-avahi` tag fixes missing SSH but the current dependency setup still triggers a key error on install. If you open the terminal and run `npm install --save...

It looks like these are now available as a user contribution ([HTTP](https://github.com/Kapeli/Dash-User-Contributions/tree/master/docsets/HTTP#readme) 1.1 by Ice White). They seem to be very out of date though. E.g. Content-Security-Policy says it was...

I’ve just run into this. In my case I’m aiming not to have an inline search field, just a button that opens up the detached search view with the field...

@sarahdayan I did implement a CSS workaround but yours is neater. Thanks!

You really can’t beat thinking a feature would be neat, checking GitHub and discovering that it was implemented 30 minutes ago. Thanks for all of your work on this.

I was asked to take a look at a site exhibiting similar issues this week. The developers have implemented a Neo content builder field with around 40 block types and...

Thanks Brandon. I’ve just been debugging in a dev environment, hence the non-optimised classmap. I did start to dig into the Guzzle requests but once I saw they were tied...

Just to draw a line under the Guzzle mystery, the site has some Neo fields with icons and their [Twig svg()](https://github.com/spicywebau/craft-neo/blob/main/src/templates/input.twig#L15) call is what’s generating the S3 requests. Removing the...