Silas Davis

Results 70 comments of Silas Davis

I just want to put this out for a sense check before going to town on the rest of contribution requirements, let me know what you think.

A bit more on why these duplicates might be seen from foundry, These snippets are are target from two duplicated foundry artifacts. the first appears under `out/`: ```json "compilationTarget": {...

I've implemented a similar fix in the `foundry.ts` plugin source itself which I am using as a local vendored patch, let me know if you'd prefer that version.

Also hitting "protobuf/google/protobuf/descriptor.proto" not found exceptions. It looks like you include that in the repo should it be automatically be substituted?

Thanks for quick reply. I notice that the grpc package uses an older version of this library which I presume is why the following does seem to work: https://github.com/silasdavis/burrow/blob/protobuf.js/burrowjs/index.js Regarding...

A hack that appears to work here: Merge into `tsconfig.json` ``` { "compilerOptions": { "typeRoots": ["./node_modules/@types", "**/node_modules/@types", "./@types"] } } ``` Add to root of repo: `@types/fhevmjs/index.d.ts`: ``` export *...

Once you add the above incidentally you can see lots of type mismatches in `./test/instance.ts` and associated mocks

as far as I can tell np does not support non-interactive use, as in CI, which is my use case for `yarn version`. This seems like a useful inclusion to...

I think it was `s/Use/use` :), if so, done