Mike Bronner
Mike Bronner
Sorry for he delay on getting documentation out there. All you need to do is add it to the nova tools array in your nova provider: ```php
@mrethical, this is a good idea. I'll be happy to consider a PR with these changes, I'm not sure how soon I'll be able to get to this myself.
Thanks, @drehimself ! I plan to rewrite the entire package at some point, but if you can provide a PR to bridge the gap, that would great!
My setting is: ``` APP_ENV="development" ``` Might be related to https://github.com/facade/ignition-code-editor/blob/60cc80c98d88c7a88c669319dd014eac24559fd0/src/CodeEditorServiceProvider.php#L30 Would it be better to write ``` if ($this->app->environment('production')) { ``` I often like to keep error handling in...
I concur, there are many files that start with `.env` -- might be a good solution to highlight any file that starts with `.env.` or is equal to `.env` Our...
Hi everyone, I have started a Laravel package here: https://github.com/GeneaLabs/nova-gutenberg It is currently functional, would welcome any feedback you might have.
I did ... I wonder if I'm not configuring it right? Is there some code that needs to be on every page (I was always assuming that the service provider...
I was hoping to open the copilot GPT chat panel (this is new in beta). It does allow for assigning keyboard shortcuts to it: Is there a way I can...
try this: ``` "activitusbar.views": [ { "name": "pr:github", "codicon": "github" }, ], ```
I'm not seeing the "SCM changes" badge either, this is on macOS Ventura, also don't see any errors in the developer console. Here are my settings: ```yml "activitusbar.combineWorkspaceSettings": true, "activitusbar.searchViewInPanel":...