Originally created by @bioball on GitHub (Feb 24, 2025).
This code will stack overflow:
local myself {
res = myself
}
foo: Mapping = new {
[myself] = 1
}
Originally created by @bioball on GitHub (Feb 24, 2025).
This code will stack overflow:
```pkl
local myself {
res = myself
}
foo: Mapping = new {
[myself] = 1
}
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @bioball on GitHub (Feb 24, 2025).
This code will stack overflow: