Leonardo Salazar

Results 4 issues of Leonardo Salazar

Considering this code: ```dart void main() { Person person = new Person( name: "Leonardo", ); if (person.jobTitle != null) { showInConsole(person.jobTitle); // Error: The argument type 'String?' can't be assigned...

request
field-promotion

As the title says, `application/x-www-form-urlencoded` is not being rendered in the right panel. If I set it to `application/json`, it renders well (as a `JSON`, of course). You can check...

Type: Enhancement

# This is a Bug Report ## Description For bug reports: * What went wrong? A misleading error message is being shown when there is an error in the TypeScript...

I followed the steps described [here](https://github.com/danny-avila/chatgpt-clone/blob/main/documents/features/plugins/google_search.md), but I wasn't able to find a way to use the Google Search function. I thought the models would simply use it, but they...