Abhilash Kumar
Abhilash Kumar
### Bug description Code where this issue could be... ``` from lightbug_http.http import HTTPRequest, HTTPResponse, OK from lightbug_http.service import HTTPService @value struct MyAppService(HTTPService): fn func(self, req: HTTPRequest) raises -> HTTPResponse:...
### Bug description A crash happened in the mojo parser with the current version of this file. Please report this issue in https://github.com/modularml/mojo/issues along with all the relevant source codes...
### Bug description The code i executed from utils.variant import Variant from collections.optional import Optional alias PrimitiveTypes = Variant[String, Int, Bool] alias PrimitiveJSONType = Optional[Variant[String, Int, Bool]] alias CompositeJSONType =...