Daniel Cassidy

Results 27 comments of Daniel Cassidy

Note this is due to incompatibility with the type declarations provided by webpack 5.

Turns out I am getting this problem because in my package.json I specified: ```json "config": { "commitizen": { "path": "cz-conventional-changelog" } } ``` as opposed to the recommended relative path:...

Also in XML, there is nothing special about `id` attributes, they can have any value. This bug affects XML documents. Notice that in my example I explicitly set the content...

FYI for artifacts the `workflowRunId` is part of the URL to which the artifact is posted: https://github.com/actions/upload-artifact/blob/11e311c8b504ea40cbed20583a64d75b4735cff3/dist/index.js#L8309 I'm guessing that doesn't help us here, but thought I'd point it out...

@maicss It's definitely a bug but AFAIK there's still no fix. You should be able to work around it by traversing the DOM directly instead of using `querySelectorAll`. In your...

Still marked experimental in 1.7.1 :(

It’s broken in a different way. Can you provide a small example SWF that demonstrates the problem?

This is a tricky one, since XML doesn’t even allow ASCII control characters to be escaped like `&#x1b`.

I don't think that second quote contradicts what I'm saying, but I'm prepared to be corrected. Labelling a button that already provides its own label does seem like it might...