sam bacha

Results 228 comments of sam bacha

sindre is working on converting his packages to pure ESM, see https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c also, the latest `@docusaurus/migrate` package does not work, the `index.mjs` is re-written as `index.js` causing it to fail....

can confirm, 100% still an issue

Why not use something like Justfile? eg https://github.com/sambacha/foundry-scripts/blob/master/justfile This loads env file, etc

You can do this potentially just with defining a tasks.json file and having forge watch the directory and provide output.

> @mattsse one thing that comes to mind is that our rule for detecting the license identifier is quite strict. we [require it to be on the first line](https://github.com/gakonst/ethers-rs/blob/master/ethers-solc/src/resolver/parse.rs#L117-L121) of...

> > 4byte doesn't capture whether a field is indexed or not, so I'm needing to merge all those topics in with data and treat them as unindexed. Do you...

> So you want `forge update` to run `forge install` and then pull the latest refs? Sorry just now catching up, yes, it should first install if install successfully then...

I think this is fixed in the latest release can you confirm @onbjerg ? at least this behavior is now being done: ```console $ forge build Missing dependencies found. Installing...

Here is a similar example but even more extreme: https://github.com/sambacha/dappspec/blob/master/solidity/src/Recommendations/Large-Integers.md ![](https://camo.githubusercontent.com/699a9c26e17b51b2d09467e28082053656ffad7adb8c399d9b4498eb188893d4/68747470733a2f2f642e70722f692f664654674c6c2e6a706567)

Why not take a playbook out of nix and use the tarball model? There is this concept from yarnv3 using the exec:// dsn: https://github.com/sambacha/foundry-exec/tree/master/plugin-exec The exec: protocol represents a way...