Ryan Dahl

Results 128 comments of Ryan Dahl

If I have this file ``` module top(); reg a = 1; endmodule; ``` And I run it through iStyle: `iStyle -n foo.v`. I want the body of the module...

Are you saying this is already supported? I went through many combinations of flags but was not able to get that result.

Cool - thanks for the reference. [We've just about got "cargo check" working](https://github.com/denoland/deno/pull/1128) - and after that it's a quick hop to "cargo build" and publishing a crate. I expect...

Wow nice! We should really create a page on the website for displaying all of the artwork: https://github.com/denoland/deno_website2/issues/1162

should also reference the newly created [std/crypto ](https://github.com/denoland/deno_std/tree/662139c0974d07f0dc02343b493462475d2af2db/crypto) APIs

I also want this feature. There are likely going to be packages we deprecate from `@std` and I would like a way to prevent them from being displayed on the...

related to https://github.com/denoland/deno/pull/23892 ?

closing this because it's old

I suspect this project is using a web worker and Deno Deploy doesn't support workers - but it's hard to know from this error message.