Carl Barrdahl
Carl Barrdahl
This one seems to be pretty good: http://www.omdbapi.com/ Or: http://www.imdb.com/xml/find?json=1&nr=1&tt=on&q=fight%20club I few years ago I did an improved search engine for imdb, maybe you could do something similar? I took...
> Hey! Semaphore does not work with Bun. You can take a look at this: https://github.com/vplasencia/semaphore-bun > > Regarding Nextjs and node, did you try other package manager like npm,...
After some more testing it seems it works with `npm run build && npm run start` (but `npm run dev` doesn't). I created a minimal repo here with create-next-app: https://github.com/carlbarrdahl/next-semaphore...
Great to hear you've identified the bug and tracking it!
An update from our team: - Github repo up at: https://github.com/gitcoinco/op-rf4-voting-ui - Deployment at: https://op-rf4-voting-ui.vercel.app/ - Working on building the ballot metrics editor to enable voters to add and remove...
RetroPGF is now live and we're happy to share what we've built here. You can play around with the UI but you need to be a badgeholder to publish the...
Did some explorations in this a while back in two repos: https://github.com/carlbarrdahl/git-dao https://github.com/carlbarrdahl/gitwork Gitwork allows you to add bounties to GitHub issues. It works by finding the person who made...
You've probably already solved it @lidaof and @danydhondt, but for others with same problem, try adding: `--extensions '.ts,.tsx'` to the build script
Currently there is a `beneficiary` and `amount` which indicates there is a transfer function call to a contract from the Oracle. Why not use an array of actions for all...