magic-thomas
magic-thomas
> > Something we should document: you can detect version changes and proactively opt in to full page reloads by setting a `version.pollInterval` in your config and using it to...
You gonna need it ASAP. I add this code at the end of form() for that trouble. ``` Actions::make([ Action::make('submit') ->label($this->post ? 'EDIT' : 'SAVE') ->submit('save_post') ->color('primary') ->extraAttributes(['class' => 'bg-blue-600...
> You can disable this by setting the env value OPENCODE_EXPERIMENTAL_DISABLE_COPY_ON_SELECT=true I put this in .profile `export OPENCODE_EXPERIMENTAL_DISABLE_COPY_ON_SELEC=true` and run `source .profile` . And opencode opened again but it failed...
> > > You can disable this by setting the env value OPENCODE_EXPERIMENTAL_DISABLE_COPY_ON_SELECT=true > > > > > > I put this in .profile `export OPENCODE_EXPERIMENTAL_DISABLE_COPY_ON_SELEC=true` and run `source .profile`...