Jesse Leite

Results 59 issues of Jesse Leite

Avoid disabling plugin config files when doing this to develop local versions... ```vim " Plug 'nvim-telescope/telescope.nvim' Plug '/Users/jesseleite/Code/telescope.nvim' ``` The commented out line will disable the related `telescope.vim` or `telescope.lua`...

enhancement

Here is a sample DocBlock generated by DocBlockr: ``` php /** * Test function * @param string $title This is a description. * @param int $id This is a description....

I'm using MacOS and have a `~/Code` directory, and am finding inconsistent results when trying to change directory using `z co` vs `z code`... ![CleanShot 2024-02-29 at 21 23 29](https://github.com/ajeetdsouza/zoxide/assets/5187394/d8a7bbcb-0eff-44f2-9a1e-12841266295d)...

Since we improved support for SEO meta on custom route/controller implementations with https://github.com/statamic/seo-pro/pull/303, we should look to improve support for custom route/controller implementations in SEO Pro's sitemap and reports features...

enhancement

This is a feature request from an email support ticket. If this is something you would like, please 👍 this issue. (Related: #146 #288 etc.)

enhancement

Possible solution for #264?

It would be nice if users could get an entry's/term's full `seo` cascade with site and section defaults (in templates, via api, in php, etc.) by calling `$entry->seo` or `$term->seo`....

enhancement

Improve field validation when using antlers with `field` selected, which will prefix with `@seo:`. Need to use the `custom` dropdown option when using antlers... ![CleanShot 2021-06-22 at 14 52 00](https://user-images.githubusercontent.com/5187394/122983565-23781b00-d36a-11eb-9582-b32988093ca6.png)

enhancement

When a `sub-folder` is created in a folder like `BlogImages`, the sub-folder is created in a new directory of `blogimages/sub-folder`, apparently causing issues with linked assets after a migration?

bug