norswap

Results 89 issues of norswap

ribosome.js uses `exec` to run the rna file, and patches `stdout` and `stderr` in the callback, hence preventing "live" update of stdout and stderr. The fix is to use `spawn`...

It would be incredibly neat if it was possible to retrieve the current value of `address`-valued contract variables, and to navigate to their source code if they are also etherscan-verified...

Built on top of https://github.com/ethereum-optimism/optimism/pull/3203

In the spirit of making smaller, more incremental changes, here's a PR for the specs that walks people throught the big diagram. I think this will be helpful for more...

I feel the guide should have a say on how to order method parameters. In particular, default parameter should occur after non-default regular parameters, and before the splat parameter. Doing...

New Rule
Approved

Currently lychee does not check for bad "link references" (not sure if this is the proper name), e.g. ``` This is a [link text][link-ref]. [link-ref-with-typo]: https://nyan.cat ``` It would be...

enhancement

This might be a case of me being particularly dense, but there doesn't seem to be a way to exclude directories and files from being parsed by lychee (other than...

enhancement

By default, lychee doesn't seem to check absolute links (`/`-prefixed), except when setting the `--base` argument (this is weird by itself, since `--base` should be for the resolution of absolute...

enhancement

First of all, doesn't work with the flash player. I guess this is to be expected, but it would be nice to mention it explicitly. Here's the trouble: If I...

bug

I don't think we currently tie the rollup driver to submitted outputs. I think we should, otherwise the sequencer can happily keep chugging along (as well as the validators) without...

specs