BioCarmen

Results 5 issues of BioCarmen

We have the e2e tests configure to run on cypress dashboard parellely. I was following [this thread](https://github.com/cypress-io/github-action/issues/510) to add the `custom-build-id` to the command to distinguish different run based on...

type: feature
triaged
Cypress Cloud

I use the example from you github.io and same thing happened. When I move the mouse, the hue should stay the same. ![image](https://github.com/carmenluo/search-github-repos/blob/master/React%20Color%20(1).gif)

Hey, So we are doing continuous deployment on demand in our repo. so when we ready to release, we will run a workflow to make a cut on our default...

The error of using Volta to install Node.js 16.18.1 failed quite often and it is quite disruptive to our pipelines. Happens 1-2 times everyday Do you have any suggestions on...

We are using `refundTransaction` to create a ReturnInvoice representing a refund for a previously created SalesInvoice. Code snippet ``` await avatax.refundTransaction({ transactionCode:originalSalesInvoiceCode, model: { refundDate: new Date(), refundType: RefundType.Full, referenceCode:...