Akshay Joshi
Results
2
issues of
Akshay Joshi
#### Input [→ View on sorbet.run](https://sorbet.run/#%23%20typed%3A%20true%0Afoo%20%3D%20%22%5CxF0%22) ```ruby # typed: true foo = "\xF0" ``` #### Observed output Hover reports: ``` String("\360") ``` #### Expected behavior Expected: `String("\xF0")` or something ~equivalent.
bug
### Brief summary of the change made Before this change, all SQL files are templated sequentially, causing slowness in projects using the Jinja templater with many macros, for instance. This...