Aaron Schmid

Results 3 issues of Aaron Schmid

This module does not work when flattening contracts with different line ending styles. As the deduplicate lines helper uses the line ending style of the current os. If you execute...

We are trying to fetch all events emitted by a specific contract on sapphire. Usually, what we expect to do is something like the below snippet. ```typescript const Token =...

p:0
s:underway

How can I create a container that doesn't include the source repo. According to the [documentation](https://devenv.sh/containers/) I should use `copyToRoot = null;`, but this is no longer allowed (see https://github.com/cachix/devenv/issues/1265)....

question