Adham Salama

Results 2 issues of Adham Salama

Hello. I had so much fun following this tutorial. I implemented setTimeout using the answer to my question here https://github.com/denoland/deno/discussions/19231 ```rust #[op] async fn op_set_timeout(delay: u64) -> Result { tokio::time::sleep(tokio::time::Duration::from_millis(delay)).await;...

```yasta add a=a``` and running it leads to infinite recursion. So does ```yasta add a=b b=a```. I should probably catch these when they are being added and alert the user.

bug