Wills Bithrey

Results 24 comments of Wills Bithrey

Got it. Yeah, we are using the node package and instantiating the server in our own bit of (tiny) startup code. What would you expect the flow to be for...

Hey @patrickhulce, Do you have any exiting plans on what you'd like to do for the create project page and are you open to PRs for adding this functionality? If...

> It's currently gated on the 0.4.0 functionality require a "root token" to create new projects. We figured that a UI inviting strangers to create a project on other peoples...

@patrickhulce Is there anything outstanding that needs to happen before a "Create project page" page can be worked on? Happy to have a go at implementing that if you think...

Will this be compatible with Gatsby v4 only or will it also work with v3?

I *think* I've also just hit the same issue, although please let me know if i've unearthed something slightly different… Here's a reduce test case of how I found this...

I'm also having this problem with 1.0.4 and sass-lint 1.10.2. Running `sass-lint -v -q` from the command line correctly ignores the files in my `.sass-lint.yml` config file's `files` section which...

I'm having the same issue with Cypress 13.11.0 using Chrome 126.0.6478.182 on MacOS 14.5. If I check the Chrome's settings (for the instance of Chrome launched by Cypress) I can...

I too would love to be able to utilise grouping of logs for custom commands as some of the built in commands (e.g. `cy.within`) do. ![Screenshot 2022-10-04 at 17 28...

I also had this issue and fixed it by specifying a fixed width for each flipper like this… ```css .tick-flip { width: 1.125em; } ```