Tom Isaacson

Results 9 comments of Tom Isaacson

I think you're right. What I was suggesting was adding a parameter to specify the main branch - see my PR.

Upload is available: https://github.com/sindresorhus/fast-cli/commit/076a30d178bbfde3972f5adfc597adfbd26314f3

You may need to give Github Actions permission to run, but it works for me. https://github.com/parsley72/cAT/actions/runs/1977481713

The documentation for native on https://docs.sentry.io/platforms/native/performance/ still says: > The platform or SDK you've selected either does not support this functionality, or it is missing from documentation.

I found some example code with: `sentry_transaction_t* tx = sentry_transaction_start(tx_ctx, sentry_value_new_null());`

I came here looking for an answer to the XMLDeclaration question, but since there isn't one: ``` XMLDocument doc; XMLDeclaration* decl = doc.NewDeclaration(); doc.LinkEndChild(decl); ```

I'm also having trouble getting `$HOME` to work but I don't get a warning like this. I have: ``` - name: Setup Yocto cache id: cache-yocto uses: actions/cache@v4 with: path:...