Daniel Porteous (dport)

Results 264 comments of Daniel Porteous (dport)

Thanks, I'll make the changes to the code and regenerate accordingly.

Landing https://github.com/aptos-labs/aptos-core/pull/5443 first.

I think we avoid a fork if possible, that's a lot of effort to maintain. I see we already have one but this is a scary road to walk, our...

Yeah I don't love that either lol.

If we do have a fork, we need to hold a high bar, we can't just hack up the codebase because we won't be able to stay on top of...

Alright we'll see how it goes.

Okay once I just changed `public(script)` to `public entry` it fixed it, that should hopefully help you figure out how to fix the panic.

@clay-aptos Interested in your thoughts on this. For context, we're trying to move from `yarn` to `pnpm`. All this means to you is you use `pnpm` instead of `yarn`, it...

This should not cause the same issue as a few weeks ago, but I'll test thoroughly 👍