Phil

Results 53 comments of Phil

I would appreciate if you could do a PR for that 🙂

have you tried this: https://github.com/actions/setup-node/issues/904#issuecomment-2158001248 ``` - name: Enable Corepack run: corepack enable ```

have you tried setting another yarn version? https://github.com/phips28/gh-action-bump-version/issues/252#issuecomment-2297030656

the action works for others in monorepo afaik. I cant say much without seeing your action file. when you run the action for both packages, then the action pushes the...

We have a similar issue: An input field has the onChange => and there we set the value to the search param (router.replace). After that the input loses focus, and...

Is it planned to add support for it? We currently use cosmos-kit (that uses cosmjs) to interact with cosmos chains. But it does not work for Evmos and Dymension (launched...

Yes, we "hardcoded" 🍝 a script for chains that use those ETH flow. Now we are able to estimate fee and sign. but its hard to share as its tied...

here you go: https://gist.github.com/phips28/bf157476a3c798b09c3edffa8a149996

@lefty52 the final path to your package dir is logged like this: `console.log('process.env.GITHUB_WORKSPACE', process.env.GITHUB_WORKSPACE);`