Ryan Susana

Results 7 comments of Ryan Susana

Still waiting on this :( For those that need somewhat of a fix, here is what I used: ```dart import 'package:grpc/grpc_connection_interface.dart'; // ignore: implementation_imports import 'package:grpc/src/client/transport/xhr_transport.dart'; /// /// This file...

Having the exact same problem as @DJViking

Dropdown lists are supported by using enums. Add an `@PrettyName` to the enum values to give them nice names. This should also be in documentation. Thanks :D!

Hi @furbykk , This sounds like a good idea. I disable this for the 'Files' model. What do you use Elepy for, if I may ask?

Hi, What I can do is add a link that opens up a modal to show HTML content

Yeah that's HTML content that gets rendered. My approach would be to render that in a modal

Hello man, thank you! I'm still trying to figure out a good way to generate OpenAPI docs. I need to take the following into consideration: - Default endpoints - Custom...