André L. Alvares
André L. Alvares
**Describe the bug** Material Graphs has problems currently at the 23.10.3 point release. **Steps to reproduce** Steps to reproduce the behavior: 1. Create a project, with default project template 2....
**Describe the bug** The new Quick Start template don't work for me: The project is created, but I can't build it nor open it. **Assets required** None. **Steps to reproduce**...
Currently is possible to add functions and methods to interfaces, however, as discussed on Matrix: > Functions are meant to be allowed in interfaces, but only as field declarations, not...
Code to reproduce: ```lua local interface Op op: string end local interface Binary is Op left: number right: number end local record Add is Binary -- where self.op == '+'...
### Bug Description The Script-Only template doesn't opens the project without Visual Studio installed. ### Assets-Required No extra assets required ### Steps to Reproduce 1. Click New Project 2. Name...