TJ Miller

Results 20 comments of TJ Miller

This is definitely something that should be implemented. Would you be willing work open a PR for this?

Hmmm, this does indeed look odd. I'll look into this.

Hey! I haven't worked in Nova for awhile and don't currently have a license. I'd be happy to accept a PR to update support!

To clarify, you are looking for the button text to be flexible. So rather than the "copy icon", you could set your own value to something like "Copy Link"

Hey! You can set it in the `AppServiceProvider::register` method. ```php /** * Register any application services. * * @return void */ public function register() { \Illuminate\Console\Application\App::starting( function ($artisan) { $artisan->setName(

I think it could be useful to just grab the first one. If you wanted more variety you could manually add [full example objects](https://swagger.io/docs/specification/adding-examples/). edit: I've worked up a possible...

After writing a bunch of schemas and working on documentation today, this is a must-have feature for me. If there is anything I can/need to do to get this moving...

Is there any way we can get an update on this?

Updated your comment with a checklist.

I would like to put together an example of how one might handle automatic version pinning via the DB but I think a blog post would suffice.