Kamil Zabielski
Kamil Zabielski
Would it be possible to add releases? - It improves stability and allows easier rollback. - People may track only releases; the last tag was applied 5 years ago. -...
# Extension – [Safari](https://github.com/raycast/extensions/tree/main/extensions/safari) Author: @loris, @Jax0rz **Describe the feature and the current behavior/state.** Currently, by default, "Searching tabs" feature sorts all tabs alphabetically. I suppose focusing **current** tab would...
### Terraform Version ```shell $ terraform version Terraform v1.9.7 on linux_amd64 ``` ### Terraform Configuration Files * File: `root/github-lab/provider.tf` ```terraform terraform { required_providers { github = { source = "integrations/github"...
Resolves #2627 ---- ### Before the change? * Fails to refresh for non-existing repository. ### After the change? * Removes an anchor for non-existing repository. ### Pull request checklist -...