Robin
Robin
@rbayliss good shout. In case it's of interest, I found a similar workaround by explicitly adding a `command` config, even if it just does a basic cypress run, i.e. `command:...
Hi @coreyfarrell - no - this was one of the things that I checked having found little other information while searching the problem at length.
Yup, same problem here!
@PravallikaVinod it seems this library only works for `styled-components v5.0.0` or higher. Update your version and you should be good.
> Hi @kim-trow . There are no coded search box examples in the Design System right now. We're not prioritising the development of new components this quarter, but will be...
@joelanman that's a shame, because in this case to include such a useful component in the features of the site, but not in the content, seems like a missed opportunity.
Can't you just make clicking the search button (or magnifying glass icon) switch focus (and highlight) the search field when that field is empty? That would surely remove the problem...
:wave: hi! I'm trying to resurrect an old prompt type called `recursive`. I'm using `plop` and so don't want / can't guarantee access to the underlying `inquirer` process - instead...
My `RecursivePrompt` implementation looks like this so far: ```js const inquirer = require('inquirer'); const ConfirmPrompt = require('inquirer/lib/prompts/confirm'); class RecursivePrompt extends ConfirmPrompt { constructor({ firstMessage, nextMessage, prompts, ...questions }, rl, answers)...
It looks like there were attempts to introduce svelte5 support as part of the v8 work, I can see various references in the codebase but sadly still can't get it...