-
#### Input
[→ View on sorbet.run](https://sorbet.run/#%23%20typed%3A%20true%0Afoo%20%3D%20T.let(nil%2C%20T.nilable(Integer))%0AT.reveal_type(foo.tap%20%7B%7D))
```ruby
foo = T.let(nil, T.nilabl…
-
I can't reproduce this issue on sorbet.run, so I created a [repo](https://github.com/st0012/sorbet-issue) for reproduction. The main script looks like this:
```rb
# typed: true
# frozen_string_li…
-
#### Input
[→ View on sorbet.run](https://sorbet.run/#%23%20typed%3A%20true%0Aclass%20A%0A%20%20extend%20T%3A%3ASig%0A%0A%20%20sig%20%7Bparams(x%3A%20Integer).void%7D%0A%20%20private%20def%20initia…
-
Error while trying export qmdl2 to pcap file
python3 ./scat.py -t qc -d qmdl2-file -F pcap-file
```
Traceback (most recent call last):
File "./scat.py", line 171, in
current_parser.rea…
-
The handbook says:
> * The return information registers s7-s10 (srb, sro, sxb, sxo) are callee-saved _saved_ registers.
This doesn't make sense to me, as a `call` would overwrite the registers w…
-
## Defect Report
### Title
Noto Sans Phoenician Regular missing script tag
### Font
Noto Sansa Phoenician Regular
### Where the font came from, and when
https://noto-website-2.storage.goo…
-
I did a quick review of the showcase work in progress and have a couple of notes. A lot of the feedback here is likely given on work already in progress and is prematurely given, apologies if that's t…
-
### Description
hey 👋🏻
a couple of days ago, I noticed that when I try to format a ruby file, I get this error:
which is weird to me because I haven't changed anything in my config for at …
-
A discussion came up on [this issue](https://github.com/WordPress/wporg-main-2022/issues/199) regarding the header and when it should have a border vs when it shouldn't. The thinking would be, wheneve…
-
I created a brand new rails 7 project. The first thing I did was I added tapioca!
I generated all the gem & dsl rbis, fixed all I could, but this one is not obvious and I bet others will have a probl…